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

Commit f990235

Browse files
author
Martin Larralde
committed
Release v0.2.0
1 parent ea17c36 commit f990235

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9+
10+
# [0.2.0] - 2018-07-06
911
### Added
1012

1113
- Complete **userspace** bindings to:
@@ -58,5 +60,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5860
[Type Defines]: https://docs.vitasdk.org/group__SceTypesUser.html
5961

6062

61-
[Unreleased]: https://github.com/althonos/pruefung/compare/0.1.1...HEAD
63+
[Unreleased]: https://github.com/althonos/pruefung/compare/0.2.0...HEAD
64+
[0.2.0]: https://github.com/althonos/pruefung/compare/0.1.1...0.2.0
6265
[0.1.1]: https://github.com/althonos/pruefung/compare/0.1.0...0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psp2-sys"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Martin Larralde <martin.larralde@ens-cachan.fr>"]
55
license = "MIT"
66
description = "Unsafe Rust FFI bindings to the psp2 headers"

0 commit comments

Comments
 (0)