Skip to content

Commit

Permalink
bumping version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl committed Sep 30, 2024
1 parent fd175cb commit e3d530e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e3d530e

Please sign in to comment.