Skip to content

Commit

Permalink
Merge pull request #12 from BalterLoadTesting/release-plz-2024-07-01T…
Browse files Browse the repository at this point in the history
…22-36-18Z

chore: release
  • Loading branch information
byronwasti authored Jul 23, 2024
2 parents f79f0c7 + e1af3d8 commit 05df21a
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 6 deletions.
12 changes: 12 additions & 0 deletions balter-core/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.5.1](https://github.com/BalterLoadTesting/balter/compare/balter-core-v0.5.0...balter-core-v0.5.1) - 2024-07-23

### Other
- Add more hints
2 changes: 1 addition & 1 deletion balter-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "balter-core"
license = "MIT"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Byron Wasti <[email protected]>"]
homepage = "https://github.com/byronwasti/balter"
Expand Down
12 changes: 12 additions & 0 deletions balter-runtime/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.3.1](https://github.com/BalterLoadTesting/balter/compare/balter-runtime-v0.3.0...balter-runtime-v0.3.1) - 2024-07-23

### Other
- Fix issue with NaN measurements in Latency readings
4 changes: 2 additions & 2 deletions balter-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "balter-runtime"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
authors = ["Byron Wasti <[email protected]>"]
Expand All @@ -12,7 +12,7 @@ categories = ["development-tools", "concurrency"]
publish = true

[dependencies]
balter-core = { version = "0.5.0", features = ["rt"], path = "../balter-core" }
balter-core = { version = "0.5.1", features = ["rt"], path = "../balter-core" }

async-channel = "2.1.1"
axum = { version = "0.7.2", features = ["macros", "ws", "tokio"] }
Expand Down
14 changes: 14 additions & 0 deletions balter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.8.0](https://github.com/BalterLoadTesting/balter/compare/balter-v0.7.0...balter-v0.8.0) - 2024-07-23

### Other
- Add more hints
- Fix issue with NaN measurements in Latency readings
- Add `#[allow(unused)]` for CI
6 changes: 3 additions & 3 deletions balter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "balter"
license = "MIT"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Byron Wasti <[email protected]>"]
homepage = "https://github.com/byronwasti/balter"
Expand All @@ -14,8 +14,8 @@ publish = true

[dependencies]
balter-macros = { version = "0.3.0", path = "../balter-macros" }
balter-core = { version = "0.5.0", path = "../balter-core" }
balter-runtime = { version = "0.3.0", path = "../balter-runtime", optional = true }
balter-core = { version = "0.5.1", path = "../balter-core" }
balter-runtime = { version = "0.3.1", path = "../balter-runtime", optional = true }

arc-swap = "1.6.0"
governor = "0.6.0"
Expand Down

0 comments on commit 05df21a

Please sign in to comment.