Skip to content

Commit

Permalink
chore: release v0.5.3 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Oct 25, 2024
1 parent f93d596 commit 285992c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
]
documentation = "https://docs.rs/crate/augurs"
repository = "https://github.com/grafana/augurs"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -23,16 +23,16 @@ keywords = [

[workspace.dependencies]
augurs = { path = "crates/augurs" }
augurs-changepoint = { version = "0.5.2", path = "crates/augurs-changepoint" }
augurs-clustering = { version = "0.5.2", path = "crates/augurs-clustering" }
augurs-core = { version = "0.5.2", path = "crates/augurs-core" }
augurs-dtw = { version = "0.5.2", path = "crates/augurs-dtw" }
augurs-ets = { version = "0.5.2", path = "crates/augurs-ets" }
augurs-forecaster = { version = "0.5.2", path = "crates/augurs-forecaster" }
augurs-mstl = { version = "0.5.2", path = "crates/augurs-mstl" }
augurs-outlier = { version = "0.5.2", path = "crates/augurs-outlier" }
augurs-prophet = { version = "0.5.2", path = "crates/augurs-prophet" }
augurs-seasons = { version = "0.5.2", path = "crates/augurs-seasons" }
augurs-changepoint = { version = "0.5.3", path = "crates/augurs-changepoint" }
augurs-clustering = { version = "0.5.3", path = "crates/augurs-clustering" }
augurs-core = { version = "0.5.3", path = "crates/augurs-core" }
augurs-dtw = { version = "0.5.3", path = "crates/augurs-dtw" }
augurs-ets = { version = "0.5.3", path = "crates/augurs-ets" }
augurs-forecaster = { version = "0.5.3", path = "crates/augurs-forecaster" }
augurs-mstl = { version = "0.5.3", path = "crates/augurs-mstl" }
augurs-outlier = { version = "0.5.3", path = "crates/augurs-outlier" }
augurs-prophet = { version = "0.5.3", path = "crates/augurs-prophet" }
augurs-seasons = { version = "0.5.3", path = "crates/augurs-seasons" }
augurs-testing = { path = "crates/augurs-testing" }

anyhow = "1.0.89"
Expand Down
10 changes: 10 additions & 0 deletions crates/augurs-prophet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.3](https://github.com/grafana/augurs/compare/augurs-prophet-v0.5.2...augurs-prophet-v0.5.3) - 2024-10-25

### Fixed

- correctly pass `cap_scaled` to `piecewise_logistic` ([#142](https://github.com/grafana/augurs/pull/142))

### Other

- Remove commented code

## [0.5.2](https://github.com/grafana/augurs/compare/augurs-prophet-v0.5.1...augurs-prophet-v0.5.2) - 2024-10-25

### Other
Expand Down

0 comments on commit 285992c

Please sign in to comment.