diff --git a/.rustme/config.ron b/.rustme/config.ron index e6e90cd10..0b1c66e52 100644 --- a/.rustme/config.ron +++ b/.rustme/config.ron @@ -34,7 +34,7 @@ Configuration( // "msrv": "1.70", "ref-name": ( default: "main", - release: "v0.1.2", + release: "v0.1.3", ), "docs": ( default: "https://gooey.rs/main/gooey/", diff --git a/CHANGELOG.md b/CHANGELOG.md index 293586c0b..4f130a7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.1.3 (2023-12-19) ### Added diff --git a/Cargo.lock b/Cargo.lock index 169e3f8c3..94476b2f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "gooey" -version = "0.1.2" +version = "0.1.3" dependencies = [ "ahash", "alot", diff --git a/Cargo.toml b/Cargo.toml index 82c3062a7..b433e581f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "gooey" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model" repository = "https://github.com/khonsulabs/gooey"