Skip to content

Commit

Permalink
chore: release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Nov 18, 2024
1 parent 1c1f24f commit 0247422
Show file tree
Hide file tree
Showing 6 changed files with 41 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.6.2"
version = "0.6.3"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -29,16 +29,16 @@ keywords = [

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

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

## [Unreleased]

## [0.6.3](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.6.2...augurs-changepoint-v0.6.3) - 2024-11-18

### Other

- update Cargo.toml dependencies

## [0.5.1](https://github.com/grafana/augurs/compare/augurs-changepoint-v0.5.0...augurs-changepoint-v0.5.1) - 2024-10-24

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

## [Unreleased]

## [0.6.3](https://github.com/grafana/augurs/compare/augurs-ets-v0.6.2...augurs-ets-v0.6.3) - 2024-11-18

### Other

- update Cargo.toml dependencies

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

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

## [Unreleased]

## [0.6.3](https://github.com/grafana/augurs/compare/augurs-mstl-v0.6.2...augurs-mstl-v0.6.3) - 2024-11-18

### Other

- update Cargo.toml dependencies

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

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

## [Unreleased]

## [0.6.3](https://github.com/grafana/augurs/compare/augurs-prophet-v0.6.2...augurs-prophet-v0.6.3) - 2024-11-18

### Other

- Fix broken intra-doc link in wasmstan module

## [0.6.2](https://github.com/grafana/augurs/compare/augurs-prophet-v0.6.1...augurs-prophet-v0.6.2) - 2024-11-10

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

## [Unreleased]

## [0.6.3](https://github.com/grafana/augurs/compare/augurs-seasons-v0.6.2...augurs-seasons-v0.6.3) - 2024-11-18

### Other

- update Cargo.toml dependencies

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

### Other
Expand Down

0 comments on commit 0247422

Please sign in to comment.