diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 8da2d88..d48fcfd 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.0.10] - 2016-08-09 + ### Changed - Upgrade to glium 0.15 @@ -90,7 +92,8 @@ - Initial release with cimgui/imgui 1.44, glium 0.9 -[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.0.9...HEAD +[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.0.10...HEAD +[0.0.10]: https://github.com/Gekkio/imgui-rs/compare/v0.0.9...v0.0.10 [0.0.9]: https://github.com/Gekkio/imgui-rs/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/Gekkio/imgui-rs/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/Gekkio/imgui-rs/compare/v0.0.6...v0.0.7 diff --git a/Cargo.toml b/Cargo.toml index 2107808..ed6acdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui" -version = "0.0.10-pre" +version = "0.0.10" authors = ["Joonas Javanainen "] description = "Experimental bindings to ocornut/imgui" readme = "README.markdown" @@ -21,6 +21,7 @@ optional = true [dependencies.imgui-sys] path = "imgui-sys" +version = "0.0.10" [build-dependencies] gcc = "0.3" diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index c57ddb4..141cebc 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-sys" -version = "0.0.10-pre" +version = "0.0.10" authors = ["Joonas Javanainen "] description = "Raw ocornut/imgui bindings for Rust" homepage = "https://github.com/gekkio/imgui-rs"