From f16f9a4cc7009859a0ae081c1182d91d842a4213 Mon Sep 17 00:00:00 2001 From: Ben Sully Date: Tue, 30 Jul 2024 18:00:38 +0100 Subject: [PATCH] chore: bump to v0.3.1 (#103) --- Cargo.toml | 14 +++++++------- crates/augurs-changepoint/CHANGELOG.md | 4 ++++ crates/augurs-core/CHANGELOG.md | 4 ++++ crates/augurs-ets/CHANGELOG.md | 4 ++++ crates/augurs-forecaster/CHANGELOG.md | 4 ++++ crates/augurs-mstl/CHANGELOG.md | 6 +++++- crates/augurs-outlier/CHANGELOG.md | 4 ++++ crates/augurs-seasons/CHANGELOG.md | 4 ++++ crates/augurs-testing/CHANGELOG.md | 4 ++++ 9 files changed, 40 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef6a370..8080856 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.3.0" +version = "0.3.1" edition = "2021" keywords = [ "analysis", @@ -22,13 +22,13 @@ keywords = [ [workspace.dependencies] -augurs-changepoint = { version = "0.3.0", path = "crates/augurs-changepoint" } -augurs-core = { version = "0.3.0", path = "crates/augurs-core" } -augurs-ets = { version = "0.3.0", path = "crates/augurs-ets" } +augurs-changepoint = { version = "0.3.1", path = "crates/augurs-changepoint" } +augurs-core = { version = "0.3.1", path = "crates/augurs-core" } +augurs-ets = { version = "0.3.1", path = "crates/augurs-ets" } augurs-forecaster = { path = "crates/augurs-forecaster" } -augurs-mstl = { version = "0.3.0", path = "crates/augurs-mstl" } -augurs-outlier = { version = "0.3.0", path = "crates/augurs-outlier" } -augurs-seasons = { version = "0.3.0", path = "crates/augurs-seasons" } +augurs-mstl = { version = "0.3.1", path = "crates/augurs-mstl" } +augurs-outlier = { version = "0.3.1", path = "crates/augurs-outlier" } +augurs-seasons = { version = "0.3.1", path = "crates/augurs-seasons" } augurs-testing = { path = "crates/augurs-testing" } distrs = "0.2.1" diff --git a/crates/augurs-changepoint/CHANGELOG.md b/crates/augurs-changepoint/CHANGELOG.md index 00c49a3..8562743 100644 --- a/crates/augurs-changepoint/CHANGELOG.md +++ b/crates/augurs-changepoint/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.3.0...augurs-changepoint-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.2.0...augurs-changepoint-v0.3.0) - 2024-07-30 ### Other diff --git a/crates/augurs-core/CHANGELOG.md b/crates/augurs-core/CHANGELOG.md index bd08fd0..c5872c7 100644 --- a/crates/augurs-core/CHANGELOG.md +++ b/crates/augurs-core/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-core-v0.3.0...augurs-core-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-core-v0.2.0...augurs-core-v0.3.0) - 2024-07-30 ### Other diff --git a/crates/augurs-ets/CHANGELOG.md b/crates/augurs-ets/CHANGELOG.md index 0a99089..476eeb6 100644 --- a/crates/augurs-ets/CHANGELOG.md +++ b/crates/augurs-ets/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-ets-v0.3.0...augurs-ets-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-ets-v0.2.0...augurs-ets-v0.3.0) - 2024-07-30 ### Other diff --git a/crates/augurs-forecaster/CHANGELOG.md b/crates/augurs-forecaster/CHANGELOG.md index f726d43..d2e94f3 100644 --- a/crates/augurs-forecaster/CHANGELOG.md +++ b/crates/augurs-forecaster/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.3.0...augurs-forecaster-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.2.0...augurs-forecaster-v0.3.0) - 2024-07-30 ### Other diff --git a/crates/augurs-mstl/CHANGELOG.md b/crates/augurs-mstl/CHANGELOG.md index 304b9b5..8814a95 100644 --- a/crates/augurs-mstl/CHANGELOG.md +++ b/crates/augurs-mstl/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-mstl-v0.3.0...augurs-mstl-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-mstl-v0.2.0...augurs-mstl-v0.3.0) - 2024-07-30 ### Other @@ -22,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.2](https://github.com/grafana/augurs/compare/augurs-mstl-v0.1.1...augurs-mstl-v0.1.2) - 2024-02-20 ### Added -- *(core)* add interpolation iterator adaptor ([#63](https://github.com/grafana/augurs/pull/63)) +- *(mstl)* add interpolation iterator adaptor ([#63](https://github.com/grafana/augurs/pull/63)) ## [0.1.1](https://github.com/grafana/augurs/compare/augurs-mstl-v0.1.0...augurs-mstl-v0.1.1) - 2024-02-15 diff --git a/crates/augurs-outlier/CHANGELOG.md b/crates/augurs-outlier/CHANGELOG.md index e0d2281..b4a5706 100644 --- a/crates/augurs-outlier/CHANGELOG.md +++ b/crates/augurs-outlier/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.3.0...augurs-outlier-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.2.0...augurs-outlier-v0.3.0) - 2024-07-30 ### Fixed diff --git a/crates/augurs-seasons/CHANGELOG.md b/crates/augurs-seasons/CHANGELOG.md index e5f5f10..36610da 100644 --- a/crates/augurs-seasons/CHANGELOG.md +++ b/crates/augurs-seasons/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-seasons-v0.3.0...augurs-seasons-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-seasons-v0.2.0...augurs-seasons-v0.3.0) - 2024-07-30 ### Other diff --git a/crates/augurs-testing/CHANGELOG.md b/crates/augurs-testing/CHANGELOG.md index 293e2a6..177fb74 100644 --- a/crates/augurs-testing/CHANGELOG.md +++ b/crates/augurs-testing/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/grafana/augurs/compare/augurs-testing-v0.3.0...augurs-testing-v0.3.1) - 2024-07-30 + +No notable changes in this release. + ## [0.3.0](https://github.com/grafana/augurs/compare/augurs-testing-v0.2.0...augurs-testing-v0.3.0) - 2024-07-30 ### Other