From 4eecbd7ffa182a1def25d520dc78acd561032d11 Mon Sep 17 00:00:00 2001 From: Gianmarco Garrisi Date: Sat, 25 May 2024 12:39:43 +0200 Subject: [PATCH] Prepare version --- Cargo.toml | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cad962f..f3942ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "priority-queue" -version = "2.0.2" +version = "2.0.3" authors = ["Gianmarco Garrisi "] 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" diff --git a/README.md b/README.md index 662e6ba..a4268af 100644 --- a/README.md +++ b/README.md @@ -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**