diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd4dcc..58b75e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## [0.13.0] - 2024-09-29 - Changed `SdlPlatform::init` to `SdlPlatform::new` and deprecated `init`. - Updated `sdl2` version to `0.37`. + +[0.13.0]: https://github.com/imgui-rs/imgui-sdl2-support/compare/...v0.13.0 diff --git a/Cargo.toml b/Cargo.toml index 3ef345d..4db8b7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-sdl2-support" -version = "0.12.0" +version = "0.13.0" edition = "2021" authors = ["The imgui-rs Developers"] description = "sdl2 support code for the imgui crate"