Skip to content

Commit 7802f4e

Browse files
committed
bumping to v0.13.0
1 parent 8996968 commit 7802f4e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

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

55
- Updated `glow` version to `0.14`.
66
- Fixed an incorrect feature name `bind_vertex_array_support` was called as `vertex_array_support`.
77
- Changed example image to sipi-4-2-07 (peppers).
88
- Changed `AutoRenderer::initialize` and `Renderer::initialize` to `AutoRenderer::new`
99
and `Renderer::new`, and deprecated both `initialize` methods.
10+
11+
[0.13.0]: https://github.com/imgui-rs/imgui-glow-renderer/compare/...v0.13.0
12+

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-glow-renderer"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2021"
55
description = "glow renderer for the imgui crate"
66
homepage = "https://github.com/imgui-rs/imgui-glow-renderer"

0 commit comments

Comments
 (0)