From bf51b5acc2636a7a6b302c5cd5bef01d0ac32ab8 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 12 Sep 2018 11:14:53 +0200 Subject: [PATCH] Release `v0.2.1` --- CHANGELOG.md | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0974133..d981c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [v0.2.1] - 2018-09-12 ### Added - `dox` feature to disable linking to `vitasdk` stubs during compilation (use in `docs.rs`) - ### Fixed - Links in `CHANGELOG.md` file. @@ -69,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [Type Defines]: https://docs.vitasdk.org/group__SceTypesUser.html -[Unreleased]: https://github.com/vita-rust/psp2-sys/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/vita-rust/psp2-sys/compare/v0.2.1...HEAD +[v0.2.1]: https://github.com/vita-rust/psp2-sys/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/vita-rust/psp2-sys/compare/v0.1.1...v0.2.0 [v0.1.1]: https://github.com/vita-rust/psp2-sys/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/vita-rust/psp2-sys/compare/147a58f...v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index cb8b304..6311046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psp2-sys" -version = "0.2.0" +version = "0.2.1" authors = ["Martin Larralde "] license = "MIT" description = "Unsafe Rust FFI bindings to the psp2 headers"