From effd7eec54026c54a9a623e2a1b4580bdc3cb0dc Mon Sep 17 00:00:00 2001 From: Ben Sully Date: Wed, 20 Nov 2024 18:15:46 +0000 Subject: [PATCH] chore: release v0.6.3 (#166) --- Cargo.toml | 22 +++++++++++----------- crates/augurs-changepoint/CHANGELOG.md | 6 ++++++ crates/augurs-ets/CHANGELOG.md | 6 ++++++ crates/augurs-mstl/CHANGELOG.md | 6 ++++++ crates/augurs-prophet/CHANGELOG.md | 10 ++++++++++ crates/augurs-seasons/CHANGELOG.md | 6 ++++++ 6 files changed, 45 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78692cc..8e9308e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ authors = [ ] documentation = "https://docs.rs/crate/augurs" repository = "https://github.com/grafana/augurs" -version = "0.6.2" +version = "0.6.3" edition = "2021" keywords = [ "analysis", @@ -29,16 +29,16 @@ keywords = [ [workspace.dependencies] augurs = { path = "crates/augurs" } -augurs-changepoint = { version = "0.6.2", path = "crates/augurs-changepoint" } -augurs-clustering = { version = "0.6.2", path = "crates/augurs-clustering" } -augurs-core = { version = "0.6.2", path = "crates/augurs-core" } -augurs-dtw = { version = "0.6.2", path = "crates/augurs-dtw" } -augurs-ets = { version = "0.6.2", path = "crates/augurs-ets" } -augurs-forecaster = { version = "0.6.2", path = "crates/augurs-forecaster" } -augurs-mstl = { version = "0.6.2", path = "crates/augurs-mstl" } -augurs-outlier = { version = "0.6.2", path = "crates/augurs-outlier" } -augurs-prophet = { version = "0.6.2", path = "crates/augurs-prophet" } -augurs-seasons = { version = "0.6.2", path = "crates/augurs-seasons" } +augurs-changepoint = { version = "0.6.3", path = "crates/augurs-changepoint" } +augurs-clustering = { version = "0.6.3", path = "crates/augurs-clustering" } +augurs-core = { version = "0.6.3", path = "crates/augurs-core" } +augurs-dtw = { version = "0.6.3", path = "crates/augurs-dtw" } +augurs-ets = { version = "0.6.3", path = "crates/augurs-ets" } +augurs-forecaster = { version = "0.6.3", path = "crates/augurs-forecaster" } +augurs-mstl = { version = "0.6.3", path = "crates/augurs-mstl" } +augurs-outlier = { version = "0.6.3", path = "crates/augurs-outlier" } +augurs-prophet = { version = "0.6.3", path = "crates/augurs-prophet" } +augurs-seasons = { version = "0.6.3", path = "crates/augurs-seasons" } augurs-testing = { path = "crates/augurs-testing" } augurs-core-js = { path = "js/augurs-core-js" } diff --git a/crates/augurs-changepoint/CHANGELOG.md b/crates/augurs-changepoint/CHANGELOG.md index b931d8e..35f8535 100644 --- a/crates/augurs-changepoint/CHANGELOG.md +++ b/crates/augurs-changepoint/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.6.2...augurs-changepoint-v0.6.3) - 2024-11-20 + +### Other + +- update Cargo.toml dependencies + ## [0.5.1](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.5.0...augurs-changepoint-v0.5.1) - 2024-10-24 ### Other diff --git a/crates/augurs-ets/CHANGELOG.md b/crates/augurs-ets/CHANGELOG.md index 838f46a..6b32084 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.6.3](https://github.com/grafana/augurs/compare/augurs-ets-v0.6.2...augurs-ets-v0.6.3) - 2024-11-20 + +### Other + +- update Cargo.toml dependencies + ## [0.5.2](https://github.com/grafana/augurs/compare/augurs-ets-v0.5.1...augurs-ets-v0.5.2) - 2024-10-25 ### Other diff --git a/crates/augurs-mstl/CHANGELOG.md b/crates/augurs-mstl/CHANGELOG.md index 53477eb..81bd10e 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.6.3](https://github.com/grafana/augurs/compare/augurs-mstl-v0.6.2...augurs-mstl-v0.6.3) - 2024-11-20 + +### Other + +- update Cargo.toml dependencies + ## [0.5.2](https://github.com/grafana/augurs/compare/augurs-mstl-v0.5.1...augurs-mstl-v0.5.2) - 2024-10-25 ### Other diff --git a/crates/augurs-prophet/CHANGELOG.md b/crates/augurs-prophet/CHANGELOG.md index c49010f..1d846d0 100644 --- a/crates/augurs-prophet/CHANGELOG.md +++ b/crates/augurs-prophet/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3](https://github.com/grafana/augurs/compare/augurs-prophet-v0.6.2...augurs-prophet-v0.6.3) - 2024-11-20 + +### Fixed + +- correctly set holiday feature to 1 for all holiday dates ([#175](https://github.com/grafana/augurs/pull/175)) + +### Other + +- Fix broken intra-doc link in wasmstan module + ## [0.6.2](https://github.com/grafana/augurs/compare/augurs-prophet-v0.6.1...augurs-prophet-v0.6.2) - 2024-11-10 ### Fixed diff --git a/crates/augurs-seasons/CHANGELOG.md b/crates/augurs-seasons/CHANGELOG.md index 70bf159..0c25cb2 100644 --- a/crates/augurs-seasons/CHANGELOG.md +++ b/crates/augurs-seasons/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3](https://github.com/grafana/augurs/compare/augurs-seasons-v0.6.2...augurs-seasons-v0.6.3) - 2024-11-20 + +### Other + +- update Cargo.toml dependencies + ## [0.5.2](https://github.com/grafana/augurs/compare/augurs-seasons-v0.5.1...augurs-seasons-v0.5.2) - 2024-10-25 ### Other