From a502d750d673fb02f35ad1f6bcc850a83f9edea3 Mon Sep 17 00:00:00 2001 From: Ben Sully <5464991+sd2k@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:21:10 +0000 Subject: [PATCH] chore: release Signed-off-by: Ben Sully <5464991+sd2k@users.noreply.github.com> --- Cargo.toml | 2 +- crates/augurs-core/CHANGELOG.md | 6 ++++++ crates/augurs-ets/CHANGELOG.md | 6 ++++++ crates/augurs-mstl/CHANGELOG.md | 6 ++++++ crates/augurs-testing/CHANGELOG.md | 6 ++++++ 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29ec43dc..18a47692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = [ ] documentation = "https://docs.rs/crate/augurs" repository = "https://github.com/grafana/augurs" -version = "0.1.0" +version = "0.1.1" edition = "2021" keywords = [ "analysis", diff --git a/crates/augurs-core/CHANGELOG.md b/crates/augurs-core/CHANGELOG.md index 66c63b8e..81a394c4 100644 --- a/crates/augurs-core/CHANGELOG.md +++ b/crates/augurs-core/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/grafana/augurs/compare/augurs-core-v0.1.0...augurs-core-v0.1.1) - 2023-10-24 + +### Other +- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43)) +- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42)) + ## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-core-v0.1.0-alpha.0) - 2023-09-08 ### Other diff --git a/crates/augurs-ets/CHANGELOG.md b/crates/augurs-ets/CHANGELOG.md index 1d7ff878..bc9a10be 100644 --- a/crates/augurs-ets/CHANGELOG.md +++ b/crates/augurs-ets/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/grafana/augurs/compare/augurs-ets-v0.1.0...augurs-ets-v0.1.1) - 2023-10-24 + +### Other +- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43)) +- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42)) + ## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-ets-v0.1.0-alpha.0) - 2023-09-08 ### Other diff --git a/crates/augurs-mstl/CHANGELOG.md b/crates/augurs-mstl/CHANGELOG.md index 181e5ccd..ca37bb6d 100644 --- a/crates/augurs-mstl/CHANGELOG.md +++ b/crates/augurs-mstl/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/grafana/augurs/compare/augurs-mstl-v0.1.0...augurs-mstl-v0.1.1) - 2023-10-24 + +### Other +- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43)) +- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42)) + ## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-mstl-v0.1.0-alpha.0) - 2023-09-08 ### Other diff --git a/crates/augurs-testing/CHANGELOG.md b/crates/augurs-testing/CHANGELOG.md index 1417901a..0a906e0e 100644 --- a/crates/augurs-testing/CHANGELOG.md +++ b/crates/augurs-testing/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/grafana/augurs/compare/augurs-testing-v0.1.0...augurs-testing-v0.1.1) - 2023-10-24 + +### Other +- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43)) +- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42)) + ## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-testing-v0.1.0-alpha.0) - 2023-09-08 ### Other