This repository was archived by the owner on Jun 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ v0.2.1] - 2018-09-12
9
11
### Added
10
12
- ` dox ` feature to disable linking to ` vitasdk ` stubs during compilation (use in ` docs.rs ` )
11
13
12
-
13
14
### Fixed
14
15
15
16
- Links in ` CHANGELOG.md ` file.
@@ -69,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
69
70
[ Type Defines ] : https://docs.vitasdk.org/group__SceTypesUser.html
70
71
71
72
72
- [ Unreleased ] : https://github.com/vita-rust/psp2-sys/compare/v0.2.0...HEAD
73
+ [ Unreleased ] : https://github.com/vita-rust/psp2-sys/compare/v0.2.1...HEAD
74
+ [ v0.2.1 ] : https://github.com/vita-rust/psp2-sys/compare/v0.2.0...v0.2.1
73
75
[ v0.2.0 ] : https://github.com/vita-rust/psp2-sys/compare/v0.1.1...v0.2.0
74
76
[ v0.1.1 ] : https://github.com/vita-rust/psp2-sys/compare/v0.1.0...v0.1.1
75
77
[ v0.1.0 ] : https://github.com/vita-rust/psp2-sys/compare/147a58f...v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " psp2-sys"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [" Martin Larralde <martin.larralde@ens-cachan.fr>" ]
5
5
license = " MIT"
6
6
description = " Unsafe Rust FFI bindings to the psp2 headers"
You can’t perform that action at this time.
0 commit comments