From 033e3a80e97810be25a20eaaa29e80c610201c7b Mon Sep 17 00:00:00 2001 From: John Nunley Date: Tue, 5 Nov 2024 17:33:27 -0800 Subject: [PATCH] v3.7.4 Signed-off-by: John Nunley --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9414898..fc4b58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 3.7.4 + +- Add support for visionOS. (#217) +- Fix typos in documentation. (#216) + # Version 3.7.3 - Update to `windows-sys` v0.59. (#214) diff --git a/Cargo.toml b/Cargo.toml index c2b4314..1058ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "polling" # When publishing a new version: # - Update CHANGELOG.md # - Create "v3.x.y" git tag -version = "3.7.3" +version = "3.7.4" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"