diff --git a/CHANGELOG.md b/CHANGELOG.md index 0037f4c..b5d12f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,17 +20,11 @@ Please make sure to add your changes to the appropriate categories: ### Added -- Added support for type and trait aliases. -- Added support for extracting "uses" edges for a type's field dependencies. +- n/a ### Changed -- Refactored project, giving each `generate` command its own independent implementation -- Refactored and simplified orphan detection logic -- Updated dependencies: - - `insta` from `1.33.0` to `1.34.0` - - `proc-macro2` from `1.0.67` to `1.0.69` - - `rust-analyzer` from `0.0.177` to `0.0.178` +- n/a ### Deprecated @@ -38,7 +32,7 @@ Please make sure to add your changes to the appropriate categories: ### Removed -- Support for `--orphans`/`--no-orphans` for `generate graph` command +- n/a ### Fixed @@ -56,6 +50,26 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.10.0] - 2023-10-12 + +### Added + +- Added support for type and trait aliases. +- Added support for extracting "uses" edges for a type's field dependencies. + +### Changed + +- Refactored project, giving each `generate` command its own independent implementation +- Refactored and simplified orphan detection logic +- Updated dependencies: + - `insta` from `1.33.0` to `1.34.0` + - `proc-macro2` from `1.0.67` to `1.0.69` + - `rust-analyzer` from `0.0.177` to `0.0.178` + +### Removed + +- Support for `--orphans`/`--no-orphans` for `generate graph` command + ## [0.9.4] - 2023-10-06 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 49cf8dc..31c1f10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.9.4" +version = "0.10.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index dcf92e7..c041ca9 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.9.4" +version = "0.10.0" [dependencies]