Skip to content

Commit 07403f5

Browse files
committed
Bumped versions, prepared changelog for release
1 parent 3231f48 commit 07403f5

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.6.0
44
### General notes
5-
* Updated imgui-rs dependency to 0.7
6-
* Examples: updated wgpu dependency to 0.10 and imgui-wgpu to 0.17
5+
* Updated imgui-rs dependency to 0.7 (credit: @kylc)
6+
* Examples: updated wgpu dependency to 0.10 and imgui-wgpu to 0.17 (credit: @kylc)
7+
8+
### API changes
9+
* None, but the minor version is increased anyway because I consider the
10+
updated imgui-rs dependency an API change.
711

812
## v0.5.0
913
### General notes

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "implot"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2018"
55
authors = ["Sandro Merkli", "implot-rs contributors"]
66
description = "Rust bindings to https://github.com/epezent/implot"
@@ -11,7 +11,7 @@ categories = ["gui", "api-bindings"]
1111
readme = "README.md"
1212

1313
[dependencies]
14-
implot-sys = { version = "0.5.0", path = "implot-sys" }
14+
implot-sys = { version = "0.6.0", path = "implot-sys" }
1515
imgui = { version = "=0.7.0" }
1616
bitflags = "1.0"
1717
parking_lot = "0.11"

implot-examples/implot-glium-demo/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implot-examples/implot-wgpu-demo/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implot-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "implot-sys"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2018"
55
authors = ["Sandro Merkli", "implot-rs contributors"]
66
description = "Raw FFI bindings to implot"

0 commit comments

Comments
 (0)