Skip to content

Commit 0c5137f

Browse files
authored
chore: release v0.10.2
1 parent 528ccf1 commit 0c5137f

File tree

2 files changed

+56
-11
lines changed

2 files changed

+56
-11
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## `augurs-seasons` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-seasons-v0.10.1...augurs-seasons-v0.10.2) - 2026-01-12
11+
12+
### Other
13+
- update Cargo.toml dependencies
14+
15+
## `augurs-prophet` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-prophet-v0.10.1...augurs-prophet-v0.10.2) - 2026-01-12
16+
17+
### Other
18+
- update Cargo.toml dependencies
19+
20+
## `augurs-outlier` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-outlier-v0.10.1...augurs-outlier-v0.10.2) - 2026-01-12
21+
22+
### Fixed
23+
- assert that data is rectangular in DBSCAN preprocessing ([#366](https://github.com/grafana/augurs/pull/366))
24+
25+
## `augurs-forecaster` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.10.1...augurs-forecaster-v0.10.2) - 2026-01-12
26+
27+
### Other
28+
- fix clippy lint for unnecessary parens ([#365](https://github.com/grafana/augurs/pull/365))
29+
30+
## `augurs-ets` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-ets-v0.10.1...augurs-ets-v0.10.2) - 2026-01-12
31+
32+
### Other
33+
- update Cargo.toml dependencies
34+
35+
## `augurs-mstl` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-mstl-v0.10.1...augurs-mstl-v0.10.2) - 2026-01-12
36+
37+
### Other
38+
- update Cargo.toml dependencies
39+
40+
## `augurs-dtw` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-dtw-v0.10.1...augurs-dtw-v0.10.2) - 2026-01-12
41+
42+
### Other
43+
- update Cargo.toml dependencies
44+
45+
## `augurs-clustering` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-clustering-v0.10.1...augurs-clustering-v0.10.2) - 2026-01-12
46+
47+
### Other
48+
- update Cargo.toml dependencies
49+
50+
## `augurs-changepoint` - [0.10.2](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.10.1...augurs-changepoint-v0.10.2) - 2026-01-12
51+
52+
### Other
53+
- update Cargo.toml dependencies
54+
1055
## `augurs-seasons` - [0.10.1](https://github.com/grafana/augurs/compare/augurs-seasons-v0.10.0...augurs-seasons-v0.10.1) - 2025-09-08
1156

1257
### Fixed

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.10.1"
21+
version = "0.10.2"
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.10.1", path = "crates/augurs-changepoint" }
33-
augurs-clustering = { version = "0.10.1", path = "crates/augurs-clustering" }
34-
augurs-core = { version = "0.10.1", path = "crates/augurs-core" }
35-
augurs-dtw = { version = "0.10.1", path = "crates/augurs-dtw" }
36-
augurs-ets = { version = "0.10.1", path = "crates/augurs-ets" }
37-
augurs-forecaster = { version = "0.10.1", path = "crates/augurs-forecaster" }
38-
augurs-mstl = { version = "0.10.1", path = "crates/augurs-mstl" }
39-
augurs-outlier = { version = "0.10.1", path = "crates/augurs-outlier" }
40-
augurs-prophet = { version = "0.10.1", path = "crates/augurs-prophet" }
41-
augurs-seasons = { version = "0.10.1", path = "crates/augurs-seasons" }
32+
augurs-changepoint = { version = "0.10.2", path = "crates/augurs-changepoint" }
33+
augurs-clustering = { version = "0.10.2", path = "crates/augurs-clustering" }
34+
augurs-core = { version = "0.10.2", path = "crates/augurs-core" }
35+
augurs-dtw = { version = "0.10.2", path = "crates/augurs-dtw" }
36+
augurs-ets = { version = "0.10.2", path = "crates/augurs-ets" }
37+
augurs-forecaster = { version = "0.10.2", path = "crates/augurs-forecaster" }
38+
augurs-mstl = { version = "0.10.2", path = "crates/augurs-mstl" }
39+
augurs-outlier = { version = "0.10.2", path = "crates/augurs-outlier" }
40+
augurs-prophet = { version = "0.10.2", path = "crates/augurs-prophet" }
41+
augurs-seasons = { version = "0.10.2", path = "crates/augurs-seasons" }
4242
augurs-testing = { path = "crates/augurs-testing" }
4343

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

0 commit comments

Comments
 (0)