Skip to content

Commit

Permalink
chore(main): release 0.13.1 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: mikuroxina-s-helper-bot[bot] <145674520+mikuroxina-s-helper-bot[bot]@users.noreply.github.com>
  • Loading branch information
mikuroxina-s-helper-bot[bot] authored Sep 21, 2023
1 parent 53155fd commit 3fe2a9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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 <[email protected]>"]
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

0 comments on commit 3fe2a9d

Please sign in to comment.