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

Commit 9f802c8

Browse files
author
Martin Larralde
committed
Release v0.1.0
1 parent a385c0a commit 9f802c8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ script:
3535
- cargo make xbuild # Cross-compile
3636
- cd examples/hello_rust_world && cargo make vpk # Build example VPK
3737

38+
before_deploy:
39+
- cd $TRAVIS_BUILD_DIR
40+
3841
deploy:
3942
provider: script
4043
script: cargo make publish-flow

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2018-07-04
11+
1012
### Added
1113

1214
- Complete **userspace** bindings to:
@@ -28,3 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2830
[System Memory Library]: https://docs.vitasdk.org/group__SceSysmem.html
2931
[Thread Manager Library]: https://docs.vitasdk.org/group__SceThreadMgr.html
3032
[Type Defines]: https://docs.vitasdk.org/group__SceTypes.html
33+
34+
35+
[Unreleased]: https://github.com/althonos/pruefung/compare/0.1.0...HEAD

0 commit comments

Comments
 (0)