Skip to content

Commit

Permalink
chore: Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Jun 20, 2024
1 parent c9d6d9e commit f92468d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.2.0 - 20.06.2024

- Add new completions system. The old system is still supported so this isn't a
breaking change. The new system has priority over the old system when both
are present.

## v2.1.0 - 16.06.2024

- Rework `--validation` flag. It now needs to come after `--` and validates any
Expand Down
2 changes: 1 addition & 1 deletion 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 = "sub"
version = "2.1.0"
version = "2.2.0"
description = "Dynamically generate rich CLIs from scripts."
authors = ["Juan Ibiapina <juanibiapina@gmail.com>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with pkgs;
rustPlatform.buildRustPackage rec {
name = "sub-${version}";
version = "2.1.0";
version = "2.2.0";
src = ./.;

cargoLock = {
Expand Down

0 comments on commit f92468d

Please sign in to comment.