Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Feb 9, 2020
1 parent 29fd66b commit d1c12c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## 0.5.0
- Added _private exports_! Any export name beginning with `_` will be considered private to the
package which owns it. Packages may not directly reference the private exports of their
dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starpkg"
version = "0.4.1"
version = "0.5.0"
description = "Create composable Paper Mario mods"
homepage = "https://imalex.xyz/starpkg"
repository = "https://github.com/nanaian/starpkg"
Expand Down

0 comments on commit d1c12c8

Please sign in to comment.