Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Feb 21, 2024
1 parent 2dd5f67 commit 0934bd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [0.11.1] - 2024-02-20

### Added

Expand All @@ -25,7 +25,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Removed

- Explicit reset of Vulkan command pools to reduce driver API calls
- Unnecessary explicit reset of Vulkan command pools
- Unnecessary `Mutex` guarding `Framebuffer` and `GraphicPipeline` access

## [0.11.0] - 2024-02-18
Expand Down Expand Up @@ -508,7 +508,7 @@ _See [#25](https://github.com/attackgoat/screen-13/pull/25) for migration detail
platforms and require no bare-metal graphics API knowledge
- "Hello, world!" example using a bitmapped font

[Unreleased]: https://github.com/attackgoat/screen-13/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/attackgoat/screen-13/compare/v0.11.1...HEAD
[0.1.0]: https://crates.io/crates/screen-13/0.1.0
[0.2.0]: https://crates.io/crates/screen-13/0.2.0
[0.3.0]: https://crates.io/crates/screen-13/0.3.0
Expand All @@ -535,3 +535,4 @@ _See [#25](https://github.com/attackgoat/screen-13/pull/25) for migration detail
[0.9.4]: https://crates.io/crates/screen-13/0.9.4
[0.10.0]: https://crates.io/crates/screen-13/0.10.0
[0.11.0]: https://crates.io/crates/screen-13/0.11.0
[0.11.1]: https://crates.io/crates/screen-13/0.11.1

0 comments on commit 0934bd3

Please sign in to comment.