diff --git a/CHANGELOG.md b/CHANGELOG.md index ac925b3..34f2d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.1.1] - 2018-07-04 + +### Changed + +- Change `build.rs` only to warn about missing `$VITASDK` environment variable + (allows `cargo doc` without `$VITASDK` set) + + ## [0.1.0] - 2018-07-04 ### Added @@ -32,4 +40,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [Type Defines]: https://docs.vitasdk.org/group__SceTypes.html -[Unreleased]: https://github.com/althonos/pruefung/compare/0.1.0...HEAD +[Unreleased]: https://github.com/althonos/pruefung/compare/0.1.1...HEAD +[0.1.1]: https://github.com/althonos/pruefung/compare/0.1.0...0.1.1 diff --git a/Cargo.toml b/Cargo.toml index fabdd52..3946f75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psp2-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Martin Larralde "] license = "MIT" description = "Unsafe Rust FFI bindings to the psp2 headers"