Skip to content

Commit e3d530e

Browse files
committed
bumping version to v0.13.0
1 parent fd175cb commit e3d530e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.13.0] - 2024-09-29
44

55
- Changed `SdlPlatform::init` to `SdlPlatform::new` and deprecated `init`.
66
- Updated `sdl2` version to `0.37`.
7+
8+
[0.13.0]: https://github.com/imgui-rs/imgui-sdl2-support/compare/...v0.13.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imgui-sdl2-support"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2021"
55
authors = ["The imgui-rs Developers"]
66
description = "sdl2 support code for the imgui crate"

0 commit comments

Comments
 (0)