Skip to content

Commit

Permalink
chore: Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed May 3, 2024
1 parent 1ce986b commit 3c8dfdc
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

## v1.1.0 - 03.05.2024

- Add flag `--extension` (`-e`) to `commands` subcommand to filter by file extension

## v1.0.0 - 31.03.2024

- Since 0.9.0 has been stable for so long, this is just a major version bump to
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 = "1.0.0"
version = "1.1.0"
authors = ["Juan Ibiapina <juanibiapina@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with pkgs;
rustPlatform.buildRustPackage rec {
name = "sub-${version}";
version = "1.0.0";
version = "1.1.0";
src = ./.;

cargoLock = {
Expand Down

0 comments on commit 3c8dfdc

Please sign in to comment.