From 3cab9053000499b0bcc86f8c7e719502c909663b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Sun, 9 Jun 2024 14:01:40 -0700 Subject: [PATCH] Bump version to 0.3.7 This change bumps the version of the crate to 0.3.7. The following notable changes have been made since 0.3.6: - Converted UI to update widgets incrementally - Eliminated flicker and other rendering artifacts --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff185852..7f9942082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.3.7 +----- - Converted UI to update widgets incrementally - Eliminated flicker and other rendering artifacts diff --git a/Cargo.toml b/Cargo.toml index 16643256e..87bec615d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notnow" -version = "0.3.6" +version = "0.3.7" edition = "2021" rust-version = "1.65" authors = ["Daniel Mueller "]