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

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Jul 4, 2018
1 parent 8ce8e1b commit 9ae5de4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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.1.0"
version = "0.1.1"
authors = ["Martin Larralde <martin.larralde@ens-cachan.fr>"]
license = "MIT"
description = "Unsafe Rust FFI bindings to the psp2 headers"
Expand Down

0 comments on commit 9ae5de4

Please sign in to comment.