From 321a5cd0705adff31c9b595d58463e91d334e101 Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Tue, 14 Nov 2023 17:23:13 +0100 Subject: [PATCH] Bump version to '0.11.0' --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc7b929..7b282f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ` (where `` is one of `name`, `visibility`, or `kind`) and `--sort-reversed` CLI options. +- n/a ### Changed @@ -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 ` (where `` is one of `name`, `visibility`, or `kind`) and `--sort-reversed` CLI options. + ## [0.10.5] - 2023-11-14 ### Changed diff --git a/Cargo.lock b/Cargo.lock index cb8033cf..d37beada 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.10.5" +version = "0.11.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e3aa34e6..3acf26cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]