2018-09-10, Version 0.1.0
.gitignore | 2 +-
.travis.yml | 55 ++++++++++++++++++++++-
Cargo.lock | 118 +++++++++++++++++++++++++++++++++++++++++++++++-
Cargo.toml | 16 ++++++-
LICENSE | 9 ++++-
README.md | 29 ++++++++++++-
scripts/before_deploy.ps1 | 23 +++++++++-
scripts/before_deploy.sh | 32 +++++++++++++-
scripts/install.sh | 51 ++++++++++++++++++++-
scripts/script.sh | 23 +++++++++-
src/main.rs | 93 +++++++++++++++++++++++++++++++++++++-
11 files changed, 451 insertions(+)
2018-10-05, Version 0.2.0
[c4765a6794
] bump version (Dan Reeves)
[4ba48eaf34
] Passing extra args + clap refactor (#7) (Dan Reeves)
[07a2d7cfbb
] bump version (Dan Reeves)
[c6214aceee
] Add winapi dependency to fix compilation Windows (Dan Reeves)
[1582f1bedd
] Add badges and Cargo.toml meta fields (#6) (Dan Reeves)
[3ed647b767
] add changelog (Dan Reeves)
[386acb30d0
] add description (Dan Reeves)
CHANGELOG.md | 22 ++++++-
Cargo.lock | 205 ++++++++++++++++++++++++++++++++++++++++++++++++------------
Cargo.toml | 26 +++++---
README.md | 19 ++++++-
src/main.rs | 66 +++++++++++--------
5 files changed, 264 insertions(+), 74 deletions(-)
2018-10-12, Version 0.2.1
[af985e4098
] 0.2.1 (Dan Reeves)
[ba0b6f7a1c
] CI in Windows (#8) (Dan Reeves)
[b7b4db96a5
] disable tests on linux because assert_cli uses backtrace and backtrace needs extra deps (Dan Reeves)
[7dce324ddd
] another test (Dan Reeves)
[51942aad9b
] tests and fix an issue (Dan Reeves)
[6e80fe42b9
] update changelog (Dan Reeves)
.travis.yml | 7 ++-
CHANGELOG.md | 19 +++++++-
Cargo.lock | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
Cargo.toml | 10 +++-
scripts/install.sh | 19 ++-----
scripts/script.sh | 20 ++++---
src/main.rs | 4 +-
tests/test.rs | 57 ++++++++++++++++++++-
8 files changed, 262 insertions(+), 25 deletions(-)
2018-11-16, Version 0.3.0
.travis.yml | 10 ++++----
CHANGELOG.md | 21 +++++++++++++++++-
Cargo.lock | 17 +++++++-------
Cargo.toml | 18 +++++++++++++--
README.md | 50 +++++++++++++++++++++++++++++++++++++----
scripts/before_deploy.sh | 12 +++++++++-
scripts/install.sh | 4 +---
scripts/script.sh | 2 +-
src/main.rs | 60 +++++++++++++++++++++++++++++++------------------
tests/test.rs | 52 +++++++++++++++++++++++++++++++++++++-----
10 files changed, 195 insertions(+), 51 deletions(-)