Skip to content
This repository has been archived by the owner on Sep 26, 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 Sep 12, 2018
1 parent 5677d42 commit 1ab2e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]

## [v0.1.1] - 2018-09-12
### Fixed
- `docs.rs` documentation compilation using the `psp2-sys/dox` feature to prevent
failure on missing `vitasdk` library stubs.
Expand All @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
implementation.


[Unreleased]: https://github.com/vita-rust/vitallocator/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/vita-rust/vitallocator/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/vita-rust/vitallocator/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/vita-rust/vitallocator/compare/886b278...v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vitallocator"
version = "0.1.0"
version = "0.1.1"
authors = ["Martin Larralde <martin.larralde@ens-cachan.fr>"]
license = "MIT"
description = "A Rust allocator interface to the PS Vita kernel allocator"
Expand Down

0 comments on commit 1ab2e73

Please sign in to comment.