From 80e3181dc10b8452db662c035b1bdcb44876b050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Sat, 7 Oct 2023 08:00:45 -0700 Subject: [PATCH] Bump version to 0.3.5 This change bumps the version of the crate to 0.3.5. The following notable changes have been made since 0.3.4: - Fixed build failure on Apple platforms - Bumped dirs dependency to 5.0 --- CHANGELOG.md | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da85787a..747239ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -Unreleased ----------- +0.3.5 +----- - Fixed build failure on Apple platforms -- Bumped `dirs` dependency to `4.0` +- Bumped `dirs` dependency to `5.0` 0.3.4 diff --git a/Cargo.toml b/Cargo.toml index 937255437..570d55dae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notnow" -version = "0.3.4" +version = "0.3.5" edition = "2021" rust-version = "1.65" authors = ["Daniel Mueller "]