diff --git a/Cargo.toml b/Cargo.toml index 1dbbef2e..7a31e75e 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.3" +version = "0.7.0" edition = "2021" keywords = [ "analysis", @@ -29,16 +29,16 @@ keywords = [ [workspace.dependencies] augurs = { path = "crates/augurs" } -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-changepoint = { version = "0.7.0", path = "crates/augurs-changepoint" } +augurs-clustering = { version = "0.7.0", path = "crates/augurs-clustering" } +augurs-core = { version = "0.7.0", path = "crates/augurs-core" } +augurs-dtw = { version = "0.7.0", path = "crates/augurs-dtw" } +augurs-ets = { version = "0.7.0", path = "crates/augurs-ets" } +augurs-forecaster = { version = "0.7.0", path = "crates/augurs-forecaster" } +augurs-mstl = { version = "0.7.0", path = "crates/augurs-mstl" } +augurs-outlier = { version = "0.7.0", path = "crates/augurs-outlier" } +augurs-prophet = { version = "0.7.0", path = "crates/augurs-prophet" } +augurs-seasons = { version = "0.7.0", 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 35f8535f..bebde5e5 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.7.0](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.6.3...augurs-changepoint-v0.7.0) - 2024-11-25 + +### Other + +- update Cargo.toml dependencies + ## [0.6.3](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.6.2...augurs-changepoint-v0.6.3) - 2024-11-20 ### Other diff --git a/crates/augurs-ets/CHANGELOG.md b/crates/augurs-ets/CHANGELOG.md index 6b32084f..5918e43d 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.7.0](https://github.com/grafana/augurs/compare/augurs-ets-v0.6.3...augurs-ets-v0.7.0) - 2024-11-25 + +### Other + +- update Cargo.toml dependencies + ## [0.6.3](https://github.com/grafana/augurs/compare/augurs-ets-v0.6.2...augurs-ets-v0.6.3) - 2024-11-20 ### Other diff --git a/crates/augurs-forecaster/CHANGELOG.md b/crates/augurs-forecaster/CHANGELOG.md index 26a1b441..5b61a0c0 100644 --- a/crates/augurs-forecaster/CHANGELOG.md +++ b/crates/augurs-forecaster/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.6.3...augurs-forecaster-v0.7.0) - 2024-11-25 + +### Other + +- update Cargo.toml dependencies + ## [0.5.1](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.5.0...augurs-forecaster-v0.5.1) - 2024-10-24 ### Other diff --git a/crates/augurs-mstl/CHANGELOG.md b/crates/augurs-mstl/CHANGELOG.md index 81bd10ee..2809353f 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.7.0](https://github.com/grafana/augurs/compare/augurs-mstl-v0.6.3...augurs-mstl-v0.7.0) - 2024-11-25 + +### Other + +- update Cargo.toml dependencies + ## [0.6.3](https://github.com/grafana/augurs/compare/augurs-mstl-v0.6.2...augurs-mstl-v0.6.3) - 2024-11-20 ### Other diff --git a/crates/augurs-outlier/CHANGELOG.md b/crates/augurs-outlier/CHANGELOG.md index fa1d6c74..a8ebbbad 100644 --- a/crates/augurs-outlier/CHANGELOG.md +++ b/crates/augurs-outlier/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.6.3...augurs-outlier-v0.7.0) - 2024-11-25 + +### Other + +- update Cargo.toml dependencies + ## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1) - 2024-10-24 ### Other diff --git a/crates/augurs-prophet/CHANGELOG.md b/crates/augurs-prophet/CHANGELOG.md index 1d846d04..87dd7cb3 100644 --- a/crates/augurs-prophet/CHANGELOG.md +++ b/crates/augurs-prophet/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0](https://github.com/grafana/augurs/compare/augurs-prophet-v0.6.3...augurs-prophet-v0.7.0) - 2024-11-25 + +### Added + +- feat!(prophet): support sub-daily & non-UTC holidays ([#181](https://github.com/grafana/augurs/pull/181)) + +### Fixed + +- add a separate feature for each holiday's lower/upper windows ([#179](https://github.com/grafana/augurs/pull/179)) + +### Other + +- *(deps)* update thiserror requirement from 1.0.40 to 2.0.3 ([#164](https://github.com/grafana/augurs/pull/164)) +- *(deps)* update wasmtime requirement from 26 to 27 ([#183](https://github.com/grafana/augurs/pull/183)) +- use u32 instead of i32 for lower/upper windows ([#177](https://github.com/grafana/augurs/pull/177)) + ## [0.6.3](https://github.com/grafana/augurs/compare/augurs-prophet-v0.6.2...augurs-prophet-v0.6.3) - 2024-11-20 ### Fixed diff --git a/crates/augurs-seasons/CHANGELOG.md b/crates/augurs-seasons/CHANGELOG.md index 0c25cb2a..f1744508 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.7.0](https://github.com/grafana/augurs/compare/augurs-seasons-v0.6.3...augurs-seasons-v0.7.0) - 2024-11-25 + +### Other + +- update Cargo.toml dependencies + ## [0.6.3](https://github.com/grafana/augurs/compare/augurs-seasons-v0.6.2...augurs-seasons-v0.6.3) - 2024-11-20 ### Other