Skip to content

Commit

Permalink
Bump version to '0.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 14, 2023
1 parent 65c3db5 commit 321a5cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please make sure to add your changes to the appropriate categories:

### Added

- Support for sorting the output of the `generate tree` command via `--sort-by <KEY>` (where `<KEY>` is one of `name`, `visibility`, or `kind`) and `--sort-reversed` CLI options.
- n/a

### Changed

Expand Down Expand Up @@ -50,6 +50,12 @@ Please make sure to add your changes to the appropriate categories:

- n/a

## [0.11.0] - 2023-11-14

### Added

- Support for sorting the output of the `generate tree` command via `--sort-by <KEY>` (where `<KEY>` is one of `name`, `visibility`, or `kind`) and `--sort-reversed` CLI options.

## [0.10.5] - 2023-11-14

### Changed
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
Expand Up @@ -11,7 +11,7 @@ name = "cargo-modules"
readme = "README.md"
repository = "https://github.com/regexident/cargo-modules"
rust-version = "1.68.2"
version = "0.10.5"
version = "0.11.0"

[dependencies]

Expand Down

0 comments on commit 321a5cd

Please sign in to comment.