Skip to content

Commit

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

## v2.3.0 - 20.06.2024

- Add support for literal commands in completions

## v2.2.0 - 20.06.2024

- Add new completions system. The old system is still supported so this isn't a
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.2.0"
version = "2.3.0"
description = "Dynamically generate rich CLIs from scripts."
authors = ["Juan Ibiapina <[email protected]>"]
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.2.0";
version = "2.3.0";
src = ./.;

cargoLock = {
Expand Down

0 comments on commit 52539d9

Please sign in to comment.