Skip to content

Commit

Permalink
bumping 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 8996968 commit 7802f4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## Unreleased
## [0.13.0] - 2024-09-29

- Updated `glow` version to `0.14`.
- Fixed an incorrect feature name `bind_vertex_array_support` was called as `vertex_array_support`.
- Changed example image to sipi-4-2-07 (peppers).
- Changed `AutoRenderer::initialize` and `Renderer::initialize` to `AutoRenderer::new`
and `Renderer::new`, and deprecated both `initialize` methods.

[0.13.0]: https://github.com/imgui-rs/imgui-glow-renderer/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-glow-renderer"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
description = "glow renderer for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-glow-renderer"
Expand Down

0 comments on commit 7802f4e

Please sign in to comment.