From dc8311bdf0846179702f22244f7f2cadf3be0e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Sun, 7 May 2023 18:23:11 -0700 Subject: [PATCH] Bump version to 0.3.2 This change bumps the version of the crate to 0.3.2. The following notable changes have been made since 0.3.1: - Fixed --version/-V options to work properly again - Fixed potential panics when task positions are exhausted --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df2afe8c5..c9215c75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.3.2 +----- - Fixed `--version`/`-V` options to work properly again - Fixed potential panics when task positions are exhausted diff --git a/Cargo.toml b/Cargo.toml index 2e19f6d89..6d51b3ff5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notnow" -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.65" authors = ["Daniel Mueller "]