Skip to content

Commit

Permalink
Release 1.21.0 (#1800)
Browse files Browse the repository at this point in the history
- Bump version: 1.20.0 → 1.21.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
  • Loading branch information
casey authored Dec 29, 2023
1 parent b188882 commit f3b103a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

[1.21.0](https://github.com/casey/just/releases/tag/1.21.0) - 2023-12-29
------------------------------------------------------------------------

### Added
- Optional modules and imports ([#1797](https://github.com/casey/just/pull/1797))
- Print submodule recipes in --summary ([#1794](https://github.com/casey/just/pull/1794))

### Misc
- Use box-drawing characters in error messages ([#1798](https://github.com/casey/just/pull/1798))
- Use Self ([#1795](https://github.com/casey/just/pull/1795))

[1.20.0](https://github.com/casey/just/releases/tag/1.20.0) - 2023-12-28
------------------------------------------------------------------------

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.20.0"
version = "1.21.0"
authors = ["Casey Rodarmor <[email protected]>"]
autotests = false
categories = ["command-line-utilities", "development-tools"]
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.3.
.TH JUST "1" "December 2023" "just 1.20.0" "Just Manual"
.TH JUST "1" "December 2023" "just 1.21.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 1.20.0
just 1.21.0
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down

0 comments on commit f3b103a

Please sign in to comment.