Skip to content

Commit 8dcc8cc

Browse files
committed
bumping to v0.13.0
1 parent ff90876 commit 8dcc8cc

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
- Updated `glium` version to `0.35`
66
- Changed `Renderer::init` to `Renderer::new` and deprecated `init`.
7+
8+
[0.13.0]: https://github.com/imgui-rs/imgui-glium-renderer/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-glium-renderer"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2021"
55
description = "Glium renderer for the imgui crate"
66
homepage = "https://github.com/imgui-rs/imgui-glium-renderer"

0 commit comments

Comments
 (0)