Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrave committed Sep 22, 2019
1 parent d199f6f commit 5353991
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ matrix:
include:
- os: linux
rust: stable
env: EXE_SUFFIX=.exe
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: stable
env: TARGET=x86_64-apple-darwin
- os: windows
rust: stable
env: TARGET=x86_64-pc-windows-msvc
env:
- EXE_SUFFIX=.exe
- TARGET=x86_64-pc-windows-msvc

cache: cargo

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 0.1.7
- Update Cargo.toml to say 0.1.7 too
- Carry along the extension for Windows binary

# 0.1.6
- Add sample i/p & o/p to readme
- Carry along the extension for Windows binary

# 0.1.5
- Better documentation
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'android_localization_cli'
version = '0.1.5'
version = '0.1.7'
authors = ['jayrave <[email protected]>']
edition = '2018'

Expand Down

0 comments on commit 5353991

Please sign in to comment.