Skip to content

Commit

Permalink
chore: Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Jun 16, 2024
1 parent c162203 commit 3348587
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.1.0 - 16.06.2024

- Rework `--validation` flag. It now needs to come after `--` and validates any
command (not just the top level command)
- Improve arguments validation

## v2.0.0 - 23.05.2024

Release 2.0.0 is a major release that includes breaking changes.
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.0.0"
version = "2.1.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.0.0";
version = "2.1.0";
src = ./.;

cargoLock = {
Expand Down

0 comments on commit 3348587

Please sign in to comment.