Skip to content

Commit

Permalink
version bump, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBM committed May 8, 2024
1 parent 709a7d8 commit 88dcbc7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 10.0.0 - 2024-05-08

Change format from queue names for compatibiliti with the original Nodejs version of the crate.
Change details in here: https://github.com/DavidBM/rsmq-async-rs/pull/20

### Changed

- **Breaking:** before updating to v10 please empty your previous queues as the new version won't be able to read the queues created by version < 10.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsmq_async"
version = "9.0.0"
version = "10.0.0"
authors = [
"David Bonet <webbonet@gmail.com>"
]
Expand Down

0 comments on commit 88dcbc7

Please sign in to comment.