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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Jul 4, 2018
1 parent a385c0a commit 9f802c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ script:
- cargo make xbuild # Cross-compile
- cd examples/hello_rust_world && cargo make vpk # Build example VPK

before_deploy:
- cd $TRAVIS_BUILD_DIR

deploy:
provider: script
script: cargo make publish-flow
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.0] - 2018-07-04

### Added

- Complete **userspace** bindings to:
Expand All @@ -28,3 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[System Memory Library]: https://docs.vitasdk.org/group__SceSysmem.html
[Thread Manager Library]: https://docs.vitasdk.org/group__SceThreadMgr.html
[Type Defines]: https://docs.vitasdk.org/group__SceTypes.html


[Unreleased]: https://github.com/althonos/pruefung/compare/0.1.0...HEAD

0 comments on commit 9f802c8

Please sign in to comment.