Skip to content

Commit

Permalink
chore(main): release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 20, 2023
1 parent 89d1800 commit 304771c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 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))

## [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

0 comments on commit 304771c

Please # to comment.