diff --git a/CHANGELOG.md b/CHANGELOG.md index e545741..61671a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.6.0 - 2022-03-10 + +- Enhancement: added `--bindgen` flag for adding relevant environment variables for bindgen. (thanks @mkpowers and @x3ro) + +## v2.5.0 - 2021-11-09 + +- Fix: `-v` shows version now. + ## v2.4.1 - 2021-07-19 - Fix: Expose `CARGO_NDK_ANDROID_PLATFORM` to subprocesses. (thanks @DoumanAsh) diff --git a/Cargo.toml b/Cargo.toml index 184367c..df6d063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ndk" -version = "2.5.0" +version = "2.6.0" authors = ["Brendan Molloy "] repository = "https://github.com/bbqsrc/cargo-ndk" documentation = "https://docs.rs/cargo-ndk"