Skip to content

Commit

Permalink
Prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Garrisi committed May 25, 2024
1 parent a577ab0 commit 4eecbd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "priority-queue"
version = "2.0.2"
version = "2.0.3"
authors = ["Gianmarco Garrisi <[email protected]>"]
description = "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
repository = "https://github.com/garro95/priority-queue"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,13 @@ It also emerges that the ability to arbitrarily pop the minimum or maximum eleme

## Contributing

Feel free to contribute to this project with pull requests and/or issues. All contribution should be under a license compatible with the GNU LGPL and with the MPL.
Feel free to contribute to this project with pull requests and/or issues.

All contribution shall be under a license compatible with the GNU LGPL version 3 or any later version and with the MPL version 2.0.

## Changes

* 2.0.3 Some licensing-related housekeeping
* 2.0.2 Fix docs.rs build
* 2.0.1 Documentation improvements
* 2.0.0 This release contains **breaking changes**
Expand Down

0 comments on commit 4eecbd7

Please sign in to comment.