Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Sep 4, 2024
1 parent 22d95f3 commit 85817e2
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
documentation = "https://docs.rs/crate/augurs"
repository = "https://github.com/grafana/augurs"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -21,15 +21,15 @@ keywords = [
]

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

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

## [Unreleased]

## [0.4.0](https://github.com/grafana/augurs/compare/augurs-clustering-v0.3.1...augurs-clustering-v0.4.0) - 2024-09-04

### Added
- add augurs-clustering crate with DBSCAN algorithm ([#100](https://github.com/grafana/augurs/pull/100))

### Other
- Add `augurs-clustering` crate
5 changes: 5 additions & 0 deletions crates/augurs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/grafana/augurs/compare/augurs-core-v0.3.1...augurs-core-v0.4.0) - 2024-09-04

### Added
- add `augurs-dtw` crate with dynamic time warping implementation ([#98](https://github.com/grafana/augurs/pull/98))

## [0.3.1](https://github.com/grafana/augurs/compare/augurs-core-v0.3.0...augurs-core-v0.3.1) - 2024-07-30

No notable changes in this release.
Expand Down
5 changes: 5 additions & 0 deletions crates/augurs-dtw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/grafana/augurs/compare/augurs-dtw-v0.3.1...augurs-dtw-v0.4.0) - 2024-09-04

### Added
- add `augurs-dtw` crate with dynamic time warping implementation ([#98](https://github.com/grafana/augurs/pull/98))

### Other
- Add `augurs-dtw` crate
5 changes: 5 additions & 0 deletions crates/augurs-mstl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/grafana/augurs/compare/augurs-mstl-v0.3.1...augurs-mstl-v0.4.0) - 2024-09-04

### Added
- add `augurs-dtw` crate with dynamic time warping implementation ([#98](https://github.com/grafana/augurs/pull/98))

## [0.3.1](https://github.com/grafana/augurs/compare/augurs-mstl-v0.3.0...augurs-mstl-v0.3.1) - 2024-07-30

No notable changes in this release.
Expand Down
5 changes: 5 additions & 0 deletions crates/augurs-outlier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.3.1...augurs-outlier-v0.4.0) - 2024-09-04

### Fixed
- [**breaking**] make `cluster_band` optional, undefined if no cluster is found ([#105](https://github.com/grafana/augurs/pull/105))

## [0.3.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.3.0...augurs-outlier-v0.3.1) - 2024-07-30

No notable changes in this release.
Expand Down

0 comments on commit 85817e2

Please sign in to comment.