From c4845b94201cc5005eb1bbd1ffe2c20fa50cb721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 29 Aug 2024 07:55:44 -0700 Subject: [PATCH] Bump version to 0.3.9 This change bumps the version of the crate to 0.3.9. The following notable changes have been made since 0.3.8: - Bumped termion dependency to 4.0 - Bumped minimum supported Rust version to 1.66 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572f128bd..1fe9a388c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.3.9 +----- - Bumped `termion` dependency to `4.0` - Bumped minimum supported Rust version to `1.66` diff --git a/Cargo.toml b/Cargo.toml index 7988f7f3c..58128f560 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notnow" -version = "0.3.8" +version = "0.3.9" edition = "2021" rust-version = "1.66" authors = ["Daniel Mueller "]