Skip to content

Commit 884cf68

Browse files
authored
chore: release v0.8.1 (#224)
1 parent eebc00a commit 884cf68

File tree

9 files changed

+59
-11
lines changed

9 files changed

+59
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
]
1919
documentation = "https://docs.rs/crate/augurs"
2020
repository = "https://github.com/grafana/augurs"
21-
version = "0.8.0"
21+
version = "0.8.1"
2222
edition = "2021"
2323
keywords = [
2424
"analysis",
@@ -29,16 +29,16 @@ keywords = [
2929

3030
[workspace.dependencies]
3131
augurs = { path = "crates/augurs" }
32-
augurs-changepoint = { version = "0.8.0", path = "crates/augurs-changepoint" }
33-
augurs-clustering = { version = "0.8.0", path = "crates/augurs-clustering" }
34-
augurs-core = { version = "0.8.0", path = "crates/augurs-core" }
35-
augurs-dtw = { version = "0.8.0", path = "crates/augurs-dtw" }
36-
augurs-ets = { version = "0.8.0", path = "crates/augurs-ets" }
37-
augurs-forecaster = { version = "0.8.0", path = "crates/augurs-forecaster" }
38-
augurs-mstl = { version = "0.8.0", path = "crates/augurs-mstl" }
39-
augurs-outlier = { version = "0.8.0", path = "crates/augurs-outlier" }
40-
augurs-prophet = { version = "0.8.0", path = "crates/augurs-prophet" }
41-
augurs-seasons = { version = "0.8.0", path = "crates/augurs-seasons" }
32+
augurs-changepoint = { version = "0.8.1", path = "crates/augurs-changepoint" }
33+
augurs-clustering = { version = "0.8.1", path = "crates/augurs-clustering" }
34+
augurs-core = { version = "0.8.1", path = "crates/augurs-core" }
35+
augurs-dtw = { version = "0.8.1", path = "crates/augurs-dtw" }
36+
augurs-ets = { version = "0.8.1", path = "crates/augurs-ets" }
37+
augurs-forecaster = { version = "0.8.1", path = "crates/augurs-forecaster" }
38+
augurs-mstl = { version = "0.8.1", path = "crates/augurs-mstl" }
39+
augurs-outlier = { version = "0.8.1", path = "crates/augurs-outlier" }
40+
augurs-prophet = { version = "0.8.1", path = "crates/augurs-prophet" }
41+
augurs-seasons = { version = "0.8.1", path = "crates/augurs-seasons" }
4242
augurs-testing = { path = "crates/augurs-testing" }
4343

4444
augurs-core-js = { path = "js/augurs-core-js" }

crates/augurs-changepoint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.8.0...augurs-changepoint-v0.8.1) - 2025-01-07
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [0.7.0](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.6.3...augurs-changepoint-v0.7.0) - 2024-11-25
1016

1117
### Other

crates/augurs-dtw/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-dtw-v0.8.0...augurs-dtw-v0.8.1) - 2025-01-07
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [0.6.0](https://github.com/grafana/augurs/compare/augurs-dtw-v0.5.4...augurs-dtw-v0.6.0) - 2024-11-08
1016

1117
### Added

crates/augurs-ets/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-ets-v0.8.0...augurs-ets-v0.8.1) - 2025-01-07
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [0.7.0](https://github.com/grafana/augurs/compare/augurs-ets-v0.6.3...augurs-ets-v0.7.0) - 2024-11-25
1016

1117
### Other

crates/augurs-forecaster/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.8.0...augurs-forecaster-v0.8.1) - 2025-01-07
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [0.8.0](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.7.0...augurs-forecaster-v0.8.0) - 2024-12-23
1016

1117
This release includes some major, breaking changes to the `augurs-forecaster` crate. See the [migration guide](https://docs.augu.rs/migrating.html#from-07-to-08) for more information on how to upgrade.

crates/augurs-outlier/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.8.0...augurs-outlier-v0.8.1) - 2025-01-07
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [0.8.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.7.0...augurs-outlier-v0.8.0) - 2024-12-23
1016

1117
### Other

crates/augurs-prophet/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-prophet-v0.8.0...augurs-prophet-v0.8.1) - 2025-01-07
11+
12+
### Fixed
13+
14+
- really fix filtering of NaNs this time (#225)
15+
1016
## [0.8.0](https://github.com/grafana/augurs/compare/augurs-prophet-v0.7.0...augurs-prophet-v0.8.0) - 2024-12-23
1117

1218
### Added

crates/augurs-seasons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-seasons-v0.8.0...augurs-seasons-v0.8.1) - 2025-01-07
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [0.7.0](https://github.com/grafana/augurs/compare/augurs-seasons-v0.6.3...augurs-seasons-v0.7.0) - 2024-11-25
1016

1117
### Other

crates/augurs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.1](https://github.com/grafana/augurs/compare/augurs-v0.8.0...augurs-v0.8.1) - 2025-01-07
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.8.0](https://github.com/grafana/augurs/compare/augurs-v0.7.0...augurs-v0.8.0) - 2024-12-23
1117

1218
This release includes some major, breaking changes to the `augurs-forecaster` crate (and the `forecaster` feature of the `augurs` crate). See the [migration guide](https://docs.augu.rs/migrating.html#from-07-to-08) for more information on how to upgrade.

0 commit comments

Comments
 (0)