From 132629f98fe007251a2355cf40589903f9ad8fe1 Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Tue, 7 May 2024 21:22:57 +0200 Subject: [PATCH] Bump version to `0.3.1` --- CHANGELOG.md | 22 ++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f373a2..d83b505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,15 +20,11 @@ Please make sure to add your changes to the appropriate categories: ### Added -- Made `Progress` implement `Debug`. +- n/a ### Changed -- Updated dependencies: - - `parking_lot` from `0.12.1` to `0.12.2` - - `criterion` from `0.5` to `0.5.1` - - `bumpalo` from `3.15.0` to `3.16.0` -- Demoted 'clap_builder' from dependency to dev-dependency. +- n/a ### Deprecated @@ -54,6 +50,20 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.3.1] - 2024-05-07 + +### Added + +- Made `Progress` implement `Debug`. + +### Changed + +- Updated dependencies: + - `parking_lot` from `0.12.1` to `0.12.2` + - `criterion` from `0.5` to `0.5.1` + - `bumpalo` from `3.15.0` to `3.16.0` +- Demoted 'clap_builder' from dependency to dev-dependency. + ## [0.3.0] - 2024-02-25 ### Added diff --git a/Cargo.toml b/Cargo.toml index 0c90bd8..c6c81b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/sitrep" license = "MPL-2.0" edition = "2021" rust-version = "1.70.0" -version = "0.3.0" +version = "0.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html