Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 5353991

Browse files
committed
0.1.7
1 parent d199f6f commit 5353991

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ matrix:
99
include:
1010
- os: linux
1111
rust: stable
12-
env: EXE_SUFFIX=.exe
1312
env: TARGET=x86_64-unknown-linux-gnu
1413
- os: osx
1514
rust: stable
1615
env: TARGET=x86_64-apple-darwin
1716
- os: windows
1817
rust: stable
19-
env: TARGET=x86_64-pc-windows-msvc
18+
env:
19+
- EXE_SUFFIX=.exe
20+
- TARGET=x86_64-pc-windows-msvc
2021

2122
cache: cargo
2223

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# 0.1.7
2+
- Update Cargo.toml to say 0.1.7 too
3+
- Carry along the extension for Windows binary
4+
15
# 0.1.6
26
- Add sample i/p & o/p to readme
3-
- Carry along the extension for Windows binary
47

58
# 0.1.5
69
- Better documentation

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = 'android_localization_cli'
3-
version = '0.1.5'
3+
version = '0.1.7'
44
authors = ['jayrave <jayanthan.raveendiran@gmail.com>']
55
edition = '2018'
66

0 commit comments

Comments
 (0)