Skip to content

Commit 0abd30e

Browse files
committed
Release v0.1.0
1 parent cb2707a commit 0abd30e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
[Unreleased]: https://github.com/althonos/flips.rs/compare/v0.1.0...HEAD
11+
12+
13+
## [v0.1.0] - 2020-01-15
14+
1015
Initial release.
1116

12-
[v0.1.0]: https://github.com/althonos/flips.rs/compare/3bd54de...HEAD
17+
[v0.1.0]: https://github.com/althonos/flips.rs/compare/3bd54de...v0.1.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Rust bindings to Flips, the Floating IPS patcher."
1111
repository = "https://github.com/althonos/flips.rs"
1212
readme = "README.md"
1313
keywords = ["ips", "bps", "ups", "patch", "rom"]
14-
categories = ["api-bindings"]
14+
categories = ["api-bindings", "no-std"]
1515

1616
[badges.travis-ci]
1717
repository = "althonos/flips.rs"

ci/travis/deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
. $(dirname $0)/functions.sh
44

5-
# --- Deploy `fastobo-derive-internal` crate ---------------------------------
5+
# --- Deploy `flips-sys` crate -----------------------------------------------
66

77
log Deploying \`flips-sys\` $TRAVIS_TAG
88
cargo publish --manifest-path flips-sys/Cargo.toml --token $CRATES_IO_TOKEN
99

1010
sleep 10
1111
cargo update
1212

13-
# --- Deploy `fastobo` crate -------------------------------------------------
13+
# --- Deploy `flips` crate ---------------------------------------------------
1414

1515
log Deploying \`flips\` v$TRAVIS_TAG
1616
cargo publish --manifest-path Cargo.toml --token $CRATES_IO_TOKEN

0 commit comments

Comments
 (0)