mirror of
https://github.com/danbulant/appit
synced 2026-07-05 11:00:47 +00:00
Releasing v0.3.2
This commit is contained in:
parent
4b1eb39d4f
commit
2b7829ac56
3 changed files with 4 additions and 4 deletions
|
|
@ -5,14 +5,14 @@ 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.2 (2024-08-28)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- When multiple windows are open, windows now properly close fully without
|
- When multiple windows are open, windows now properly close fully without
|
||||||
requiring that all windows are closed.
|
requiring that all windows are closed.
|
||||||
|
|
||||||
## v0.3.0 (2024-07-15)
|
## v0.3.1 (2024-07-15)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -60,7 +60,7 @@ checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "appit"
|
name = "appit"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"winit",
|
"winit",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "appit"
|
name = "appit"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
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."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue