diff --git a/guppy/CHANGELOG.md b/guppy/CHANGELOG.md index caf8a376af6..f0cde3529e2 100644 --- a/guppy/CHANGELOG.md +++ b/guppy/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.15.0] - 2022-11-07 + +### Changed + +- `guppy::Error::UnknownRegistryName` now boxes the internal `summary` and is smaller as a result. + ## [0.14.4] - 2022-10-05 ### Changed @@ -527,6 +533,7 @@ lazy_static = "0.2" ### Added - Initial release. +[0.15.0]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.15.0 [0.14.4]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.14.4 [0.14.3]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.14.3 [0.14.2]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.14.2 diff --git a/release.toml b/release.toml index d11bdc2c13d..d16b49347a2 100644 --- a/release.toml +++ b/release.toml @@ -4,6 +4,5 @@ consolidate-commits = false pre-release-commit-message = "[{{crate_name}}] version {{version}}" tag-message = "[{{crate_name}}] version {{version}}" tag-name = "{{prefix}}{{version}}" -dev-version = false publish = false dependent-version = "upgrade" diff --git a/target-spec/CHANGELOG.md b/target-spec/CHANGELOG.md index b4eb0f07712..478909eb94e 100644 --- a/target-spec/CHANGELOG.md +++ b/target-spec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.2.2] - 2022-11-07 + +### Updated + +Internal dependency `cfg-expr` updated to 0.12.0, enabling parsing of `target_abi`. + ## [1.2.1] - 2022-10-25 ### Added @@ -183,8 +189,10 @@ This was mistakenly published and was yanked. - Switched to [`cfg-expr`](https://github.com/EmbarkStudios/cfg-expr) as the backend for `cfg()` expressions. ## [0.1.0] - 2020-03-20 + - Initial release. +[1.2.2]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.2.2 [1.2.1]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.2.1 [1.2.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.2.0 [1.1.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.1.0 diff --git a/tools/cargo-hakari/CHANGELOG.md b/tools/cargo-hakari/CHANGELOG.md index 342a9b180c7..106b7a066fe 100644 --- a/tools/cargo-hakari/CHANGELOG.md +++ b/tools/cargo-hakari/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.9.16] - 2022-11-07 + +### Added + +- cargo-hakari now works with `cfg()` specifications that contain `target_abi` in them. + ## [0.9.15] - 2022-09-30 ### Changed @@ -131,6 +137,7 @@ This was tagged, but never released due to Initial release. +[0.9.16]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.16 [0.9.15]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.15 [0.9.14]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.14 [0.9.13]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.13 diff --git a/tools/determinator/CHANGELOG.md b/tools/determinator/CHANGELOG.md index cddfbe148ca..01d31c48968 100644 --- a/tools/determinator/CHANGELOG.md +++ b/tools/determinator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0] - 2022-11-07 + +### Changed + +- Updated guppy to 0.15.0. + + ## [0.9.1] - 2022-09-30 ### Changed @@ -99,6 +106,7 @@ Initial release. * Path-based and package-based custom rules, including a default set of rules for files like `rust-toolchain` and `Cargo.lock`. * A `Paths0` wrapper to make it easier to retrieve changes from source control. +[0.10.0]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.10.0 [0.9.1]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.9.1 [0.9.0]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.9.0 [0.8.0]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.8.0 diff --git a/tools/hakari/CHANGELOG.md b/tools/hakari/CHANGELOG.md index 68a7325ba7e..a2c4e08df0f 100644 --- a/tools/hakari/CHANGELOG.md +++ b/tools/hakari/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.0] - 2022-11-07 + +### Changed + +- Updated guppy to 0.15.0. + ## [0.10.2] - 2022-09-30 ### Changed @@ -199,6 +205,7 @@ Internal updates for `cargo-hakari 0.9.8`. Initial release. +[0.11.0]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.11.0 [0.10.2]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.10.2 [0.10.1]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.10.1 [0.10.0]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.10.0