Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Ben <[email protected]>
  • Loading branch information
sd2k committed Feb 15, 2024
1 parent 14ffaa6 commit a8e60e5
Show file tree
Hide file tree
Showing 6 changed files with 44 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.0"
version = "0.1.1"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -21,11 +21,11 @@ keywords = [

[workspace.dependencies]

augurs-core = { version = "0.1.0-alpha.0", path = "crates/augurs-core" }
augurs-ets = { version = "0.1.0-alpha.0", path = "crates/augurs-ets" }
augurs-mstl = { version = "0.1.0-alpha.0", path = "crates/augurs-mstl" }
augurs-seasons = { version = "0.1.0-alpha.0", path = "crates/augurs-seasons" }
augurs-testing = { version = "0.1.0-alpha.0", path = "crates/augurs-testing" }
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" }

distrs = "0.2.1"
itertools = "0.12.0"
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs-core/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.1.1](https://github.com/grafana/augurs/compare/augurs-core-v0.1.0...augurs-core-v0.1.1) - 2024-02-15

### Other
- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42))

## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-core-v0.1.0-alpha.0) - 2023-09-08

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

### Other
- fix clippy lint for unneeded vec macro ([#53](https://github.com/grafana/augurs/pull/53))
- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42))

## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-ets-v0.1.0-alpha.0) - 2023-09-08

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

### Other
- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42))

## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-mstl-v0.1.0-alpha.0) - 2023-09-08

### Other
Expand Down
12 changes: 12 additions & 0 deletions crates/augurs-seasons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Other
- Add seasonality detection using periodograms, and Python/JS bindings ([#61](https://github.com/grafana/augurs/pull/61))
7 changes: 7 additions & 0 deletions crates/augurs-testing/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.1.1](https://github.com/grafana/augurs/compare/augurs-testing-v0.1.0...augurs-testing-v0.1.1) - 2024-02-15

### Other
- Add seasonality detection using periodograms, and Python/JS bindings ([#61](https://github.com/grafana/augurs/pull/61))
- Add license files to repo root and symlinks in crate directories ([#43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([#42](https://github.com/grafana/augurs/pull/42))

## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-testing-v0.1.0-alpha.0) - 2023-09-08

### Other
Expand Down

0 comments on commit a8e60e5

Please sign in to comment.