Skip to content

Commit

Permalink
chore: release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Feb 20, 2024
1 parent d65ac33 commit 2280146
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 6 additions & 6 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.1.1"
version = "0.1.2"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -21,11 +21,11 @@ keywords = [

[workspace.dependencies]

augurs-core = { version = "0.1.1", path = "crates/augurs-core" }
augurs-ets = { version = "0.1.1", path = "crates/augurs-ets" }
augurs-mstl = { version = "0.1.1", path = "crates/augurs-mstl" }
augurs-seasons = { version = "0.1.1", path = "crates/augurs-seasons" }
augurs-testing = { version = "0.1.1", path = "crates/augurs-testing" }
augurs-core = { version = "0.1.2", path = "crates/augurs-core" }
augurs-ets = { version = "0.1.2", path = "crates/augurs-ets" }
augurs-mstl = { version = "0.1.2", path = "crates/augurs-mstl" }
augurs-seasons = { version = "0.1.2", path = "crates/augurs-seasons" }
augurs-testing = { version = "0.1.2", path = "crates/augurs-testing" }

distrs = "0.2.1"
itertools = "0.12.0"
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.1.2](https://github.com/grafana/augurs/compare/augurs-core-v0.1.1...augurs-core-v0.1.2) - 2024-02-20

### Added
- *(core)* add interpolation iterator adaptor ([#63](https://github.com/grafana/augurs/pull/63))

## [0.1.1](https://github.com/grafana/augurs/compare/augurs-core-v0.1.0...augurs-core-v0.1.1) - 2024-02-15

### Other
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.1.2](https://github.com/grafana/augurs/compare/augurs-mstl-v0.1.1...augurs-mstl-v0.1.2) - 2024-02-20

### Added
- *(core)* add interpolation iterator adaptor ([#63](https://github.com/grafana/augurs/pull/63))

## [0.1.1](https://github.com/grafana/augurs/compare/augurs-mstl-v0.1.0...augurs-mstl-v0.1.1) - 2024-02-15

### Other
Expand Down

0 comments on commit 2280146

Please sign in to comment.