Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(main): release 0.13.1 #59

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.13.1](https://github.com/MikuroXina/rich-sdl2-rust/compare/v0.13.0...v0.13.1) (2023-09-21)


### Bug Fixes

* Fix derive and calling bits for bitflags ([#57](https://github.com/MikuroXina/rich-sdl2-rust/issues/57)) ([a8af56c](https://github.com/MikuroXina/rich-sdl2-rust/commit/a8af56c55b25a09d56c4f880822bc3da9c2f270f))
* Fix to be able to build with vendor feature ([#65](https://github.com/MikuroXina/rich-sdl2-rust/issues/65)) ([4e9ed41](https://github.com/MikuroXina/rich-sdl2-rust/commit/4e9ed41e19a477492a501a19fbb8bc4ae41291f4))

## [0.13.0](https://github.com/MikuroXina/rich-sdl2-rust/compare/v0.12.1...v0.13.0) (2023-01-29)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rich-sdl2-rust"
version = "0.13.0"
version = "0.13.1"
authors = ["MikuroXina <ryosukadnak@gmail.com>"]
edition = "2021"
description = "The sdl2 wrapper for Rust."
Expand Down Expand Up @@ -30,7 +30,7 @@ ash = { version = "0.37.3", optional = true }
bitflags = "2.4.0"
static_assertions = "1.1.0"
typed-builder = "0.16.1"
rich-sdl2-rust-sys = { path = "./rich-sdl2-rust-sys", version = "0.13.0" }
rich-sdl2-rust-sys = { path = "./rich-sdl2-rust-sys", version = "0.13.1" }
once_cell = { version = "1.18.0", optional = true }
raw-window-handle = "0.3.4"

Expand Down
2 changes: 1 addition & 1 deletion rich-sdl2-rust-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rich-sdl2-rust-sys"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
description = "The sdl2 binding for Rust."
repository = "https://github.com/MikuroXina/rich-sdl2-rust"
Expand Down