Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Jul 4, 2024
1 parent b47e283 commit 8fe580b
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 7 deletions.
14 changes: 7 additions & 7 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.2.0"
version = "0.3.0"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -22,13 +22,13 @@ keywords = [

[workspace.dependencies]

augurs-changepoint = { version = "0.2.0", path = "crates/augurs-changepoint" }
augurs-core = { version = "0.2.0", path = "crates/augurs-core" }
augurs-ets = { version = "0.2.0", path = "crates/augurs-ets" }
augurs-changepoint = { version = "0.3.0", path = "crates/augurs-changepoint" }
augurs-core = { version = "0.3.0", path = "crates/augurs-core" }
augurs-ets = { version = "0.3.0", path = "crates/augurs-ets" }
augurs-forecaster = { path = "crates/augurs-forecaster" }
augurs-mstl = { version = "0.2.0", path = "crates/augurs-mstl" }
augurs-outlier = { version = "0.2.0", path = "crates/augurs-outlier" }
augurs-seasons = { version = "0.2.0", path = "crates/augurs-seasons" }
augurs-mstl = { version = "0.3.0", path = "crates/augurs-mstl" }
augurs-outlier = { version = "0.3.0", path = "crates/augurs-outlier" }
augurs-seasons = { version = "0.3.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-changepoint/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.3.0](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.2.0...augurs-changepoint-v0.3.0) - 2024-07-04

### Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.1.2...augurs-changepoint-v0.2.0) - 2024-06-05

### Other
Expand Down
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.3.0](https://github.com/grafana/augurs/compare/augurs-core-v0.2.0...augurs-core-v0.3.0) - 2024-07-04

### Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-core-v0.1.2...augurs-core-v0.2.0) - 2024-06-05

### Added
Expand Down
7 changes: 7 additions & 0 deletions crates/augurs-ets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/grafana/augurs/compare/augurs-ets-v0.2.0...augurs-ets-v0.3.0) - 2024-07-04

### Other
- Add MAD outlier algorithm ([#89](https://github.com/grafana/augurs/pull/89))
- Update nalgebra requirement from 0.32.2 to 0.33.0 ([#93](https://github.com/grafana/augurs/pull/93))
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-ets-v0.1.2...augurs-ets-v0.2.0) - 2024-06-05

### Added
Expand Down
5 changes: 5 additions & 0 deletions crates/augurs-forecaster/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.3.0](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.2.0...augurs-forecaster-v0.3.0) - 2024-07-04

### Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.1.2...augurs-forecaster-v0.2.0) - 2024-06-05

### Added
Expand Down
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.3.0](https://github.com/grafana/augurs/compare/augurs-mstl-v0.2.0...augurs-mstl-v0.3.0) - 2024-07-04

### Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-mstl-v0.1.2...augurs-mstl-v0.2.0) - 2024-06-05

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

## [Unreleased]

## [0.3.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.2.0...augurs-outlier-v0.3.0) - 2024-07-04

### Other
- Add MAD outlier algorithm ([#89](https://github.com/grafana/augurs/pull/89))
- Update rustc-hash requirement from 1.1.0 to 2.0.0 ([#95](https://github.com/grafana/augurs/pull/95))
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.1.2...augurs-outlier-v0.2.0) - 2024-06-05

### Added
Expand Down
5 changes: 5 additions & 0 deletions crates/augurs-seasons/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.3.0](https://github.com/grafana/augurs/compare/augurs-seasons-v0.2.0...augurs-seasons-v0.3.0) - 2024-07-04

### Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-seasons-v0.1.2...augurs-seasons-v0.2.0) - 2024-06-05

### Added
Expand Down
5 changes: 5 additions & 0 deletions crates/augurs-testing/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.3.0](https://github.com/grafana/augurs/compare/augurs-testing-v0.2.0...augurs-testing-v0.3.0) - 2024-07-04

### Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([#90](https://github.com/grafana/augurs/pull/90))

## [0.2.0](https://github.com/grafana/augurs/compare/augurs-testing-v0.1.2...augurs-testing-v0.2.0) - 2024-06-05

### Added
Expand Down

0 comments on commit 8fe580b

Please sign in to comment.