Preparing v0.1.3

This commit is contained in:
Jonathan Johnson 2023-12-19 16:45:51 -08:00
parent c0620839c4
commit 9aaf22c903
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
4 changed files with 4 additions and 4 deletions

View file

@ -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/",

View file

@ -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

2
Cargo.lock generated
View file

@ -869,7 +869,7 @@ dependencies = [
[[package]]
name = "gooey"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"ahash",
"alot",

View file

@ -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"