Skip to content

Commit

Permalink
chore: release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Dec 10, 2024
1 parent 6b9c8b5 commit 5dbd1b3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
]
documentation = "https://docs.rs/crate/augurs"
repository = "https://github.com/grafana/augurs"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -29,16 +29,16 @@ keywords = [

[workspace.dependencies]
augurs = { path = "crates/augurs" }
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-changepoint = { version = "0.7.1", path = "crates/augurs-changepoint" }
augurs-clustering = { version = "0.7.1", path = "crates/augurs-clustering" }
augurs-core = { version = "0.7.1", path = "crates/augurs-core" }
augurs-dtw = { version = "0.7.1", path = "crates/augurs-dtw" }
augurs-ets = { version = "0.7.1", path = "crates/augurs-ets" }
augurs-forecaster = { version = "0.7.1", path = "crates/augurs-forecaster" }
augurs-mstl = { version = "0.7.1", path = "crates/augurs-mstl" }
augurs-outlier = { version = "0.7.1", path = "crates/augurs-outlier" }
augurs-prophet = { version = "0.7.1", path = "crates/augurs-prophet" }
augurs-seasons = { version = "0.7.1", path = "crates/augurs-seasons" }
augurs-testing = { path = "crates/augurs-testing" }

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

## [Unreleased]

## [0.7.1](https://github.com/grafana/augurs/compare/augurs-prophet-v0.7.0...augurs-prophet-v0.7.1) - 2024-12-10

### Added

- add Forecaster wrapper for Prophet (#191)

### Fixed

- add explicit link to chrono method (#192)

### Other

- *(deps)* update statrs requirement from 0.17.1 to 0.18.0 (#187)

## [0.7.0](https://github.com/grafana/augurs/compare/augurs-prophet-v0.6.3...augurs-prophet-v0.7.0) - 2024-11-25

### Breaking Changes
Expand Down

0 comments on commit 5dbd1b3

Please sign in to comment.