Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Sep 12, 2018
1 parent a2301ed commit 7ab33a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.2] - 2018-09-12
### Fixed
- Fix missing `#[cfg_attr(...]` in `psp_sys::kernel`

Expand Down Expand Up @@ -72,7 +73,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.1...HEAD
[Unreleased]: https://github.com/vita-rust/psp2-sys/compare/v0.2.2...HEAD
[v0.2.2]: https://github.com/vita-rust/psp2-sys/compare/v0.2.1...v0.2.2
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psp2-sys"
version = "0.2.1"
version = "0.2.2"
authors = ["Martin Larralde <[email protected]>"]
license = "MIT"
description = "Unsafe Rust FFI bindings to the psp2 headers"
Expand Down

0 comments on commit 7ab33a1

Please sign in to comment.