Skip to content

Commit

Permalink
Merge pull request #248 from boinkor-net/release/governor/0.7.0
Browse files Browse the repository at this point in the history
release: governor v0.7.0
  • Loading branch information
antifuchs authored Oct 21, 2024
2 parents a6f74e1 + aab874e commit a9fe5d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions governor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@

## [Unreleased] - ReleaseDate

## [[0.7.0](https://docs.rs/governor/0.7.0/governor/)] - 2024-10-21

This is a quick bug-fix release to address the semver incompatibility
in 0.6.4. It is functionally identical to 0.6.4, with the exception of
the dashmap version upgrade.

### Changed

* Upgraded dashmap to 6.1.0.

## [[0.6.4](https://docs.rs/governor/0.6.4/governor/)] - 2024-10-19

This release has been yanked because it violates Semantic Versioning
ideals: The Clock argument type in functions like `direct_with_clock`
changed, which breaks existing code.

Instead of 0.6.4, please use 0.7.0.

### Added

* https://docs.rs/governor now lists the features required for
Expand Down
2 changes: 1 addition & 1 deletion governor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "governor"
version = "0.6.4"
version = "0.7.0"
authors = ["Andreas Fuchs <asf@boinkor.net>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit a9fe5d5

Please sign in to comment.