diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ced5e8..a813750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.2.7 (2023-07-24) + +### Bug Fixes + + - release script to use recent ubuntu + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Release script to use recent ubuntu ([`1375c86`](https://github.com/the-lean-crate/cargo-diet/commit/1375c8682ed7fb80462b6397475eeeef87d3fc04)) +
+ ## 1.2.6 (2023-07-24) ### Bug Fixes @@ -15,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 4 commits contributed to the release over the course of 128 calendar days. + - 5 commits contributed to the release over the course of 128 calendar days. - 128 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release cargo-diet v1.2.6 ([`5b0fc41`](https://github.com/the-lean-crate/cargo-diet/commit/5b0fc412f171356aaf656b02f972fd506229fe7d)) - Make `cargo-diet` work with recent cargo's that use the `sparse` registry ([`d60e277`](https://github.com/the-lean-crate/cargo-diet/commit/d60e277a525679e6f484ffecf2225325b7923ef3)) - Fix journey tests by allowing cargo package to go online ([`6f189f9`](https://github.com/the-lean-crate/cargo-diet/commit/6f189f922ba5b2971557a8d967f57ba1e342eda5)) - Update dependencies and fix lints ([`14eee74`](https://github.com/the-lean-crate/cargo-diet/commit/14eee748ea9266434e96831df0bfe21d16fcb7a5)) diff --git a/Cargo.lock b/Cargo.lock index 5caceab..8dca96b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" [[package]] name = "cargo-diet" -version = "1.2.6" +version = "1.2.7" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ccc82ad..1f0817c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-diet" -version = "1.2.6" +version = "1.2.7" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/the-lean-crate/cargo-diet"