Releasing v0.3.1

This commit is contained in:
Jonathan Johnson 2024-07-15 09:31:47 -07:00
parent 5c1e667413
commit d0af8bb4e0
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
3 changed files with 3 additions and 3 deletions

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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## v0.3.0 (2024-07-15)
### Added ### Added

2
Cargo.lock generated
View file

@ -60,7 +60,7 @@ checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
[[package]] [[package]]
name = "appit" name = "appit"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"winit", "winit",
] ]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "appit" name = "appit"
version = "0.3.0" version = "0.3.1"
edition = "2021" edition = "2021"
rust-version = "1.70.0" rust-version = "1.70.0"
description = "A math library specialized for 2d screen graphics." description = "A math library specialized for 2d screen graphics."