Skip to content

Commit

Permalink
Release 1.8.0 (#1398)
Browse files Browse the repository at this point in the history
- Bump version: 1.7.0 → 1.8.0
- Update changelog
- Update dependencies
- Update man page
  • Loading branch information
casey authored Nov 2, 2022
1 parent 9984d77 commit d74c7a3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

[1.8.0](https://github.com/casey/just/releases/tag/1.8.0) - 2022-11-02
----------------------------------------------------------------------

### Added
- Add OS Configuration Attributes (#1387)

### Misc
- Link to sclu1034/vscode-just in readme (#1396)

[1.7.0](https://github.com/casey/just/releases/tag/1.7.0) - 2022-10-26
----------------------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "just"
version = "1.7.0"
version = "1.8.0"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,23 @@ Before merging a particularly large or gruesome change, Janus should be run to m

The minimum supported Rust version, or MSRV, is Rust 1.47.0.

### New Releases

New releases of `just` are made frequently so that users quickly get access to new features.

Release commit messages use the following template:

```
Release x.y.z

- Bump version: x.y.z → x.y.z
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
```
Frequently Asked Questions
--------------------------
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ publish:
cd ../..
rm -rf tmp/release

readme-version-notes:
grep '<sup>master</sup>' README.md

push: check
! git branch | grep '* master'
git push github
Expand Down
4 changes: 2 additions & 2 deletions man/just.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH JUST "1" "October 2022" "just 1.7.0" "Just Manual"
.TH JUST "1" "November 2022" "just 1.8.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 1.7.0
just 1.8.0
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down

0 comments on commit d74c7a3

Please sign in to comment.