2018-11-06, Version 0.6.0
[e3b011c249
] (cargo-release) version 0.6.0 (Yoshua Wuyts)
[d7ae39d7b2
] Windows support (Travis CI) (#21) (Dan Reeves)
[8532f8362e
] Read Cargo.toml from target dir (#18) (Bruno Tavares)
[566b811407
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 16 ++++++++++++++++
Cargo.toml | 2 +-
src/main.rs | 3 ++-
templates/bin/install.sh | 16 ++++------------
templates/bin/script.sh | 20 ++++++++++++++------
templates/bin/travis.yml | 3 +++
templates/lib/install.sh | 16 ++++------------
templates/lib/script.sh | 20 ++++++++++++++------
templates/lib/travis.yml | 3 +++
9 files changed, 61 insertions(+), 38 deletions(-)
2018-10-11, Version 0.5.1
.travis.yml | 4 ----
CHANGELOG.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Cargo.toml | 46 ++++++++++++++++++++++------------------------
3 files changed, 82 insertions(+), 28 deletions(-)
2018-09-19, Version 0.5.0
CHANGELOG.md | 18 +++++++++++-
Cargo.toml | 2 +-
src/cli.rs | 28 ++++++++++++------
src/main.rs | 8 ++++-
src/templates.rs | 66 +++++++++++++++++++++++++++++++++++-------
templates/appveyor.yml | 0
templates/before_deploy.ps1 | 23 +---------------
templates/before_deploy.sh | 32 +--------------------
templates/bin/appveyor.yml | 0
templates/bin/before_deploy.ps1 | 23 +++++++++++++++-
templates/bin/before_deploy.sh | 32 ++++++++++++++++++++-
templates/bin/install.sh | 51 ++++++++++++++++++++++++++++++++-
templates/bin/script.sh | 23 +++++++++++++++-
templates/bin/travis.yml | 55 +++++++++++++++++++++++++++++++++++-
templates/install.sh | 51 +--------------------------------
templates/lib/appveyor.yml | 0
templates/lib/before_deploy.ps1 | 23 +++++++++++++++-
templates/lib/before_deploy.sh | 32 ++++++++++++++++++++-
templates/lib/install.sh | 51 ++++++++++++++++++++++++++++++++-
templates/lib/script.sh | 23 +++++++++++++++-
templates/lib/travis.yml | 55 +++++++++++++++++++++++++++++++++++-
templates/script.sh | 23 +---------------
templates/travis.yml | 55 +-----------------------------------
23 files changed, 469 insertions(+), 205 deletions(-)
2018-08-30, Version 0.4.0
[3dc450d0cd
] (cargo-release) version 0.4.0 (Yoshua Wuyts)
[dd207e51a5
] warning messages on wrong access (Yoshua Wuyts)
[5f0b0ef036
] re-test key encryption (Yoshua Wuyts)
.travis.yml | 8 ++++----
CHANGELOG.md | 18 ++++++++++++++++++
Cargo.toml | 5 ++++-
src/lib.rs | 1 +
src/main.rs | 15 +++++++++++++++
src/travis.rs | 28 +++++++++++++---------------
6 files changed, 55 insertions(+), 20 deletions(-)
2018-08-30, Version 0.3.0
[b3e20f2a93
] (cargo-release) version 0.3.0 (Yoshua Wuyts)
[f595065e75
] fix github token creation (Yoshua Wuyts)
[bfc40598b3
] update changelog (Yoshua Wuyts)
.travis.yml | 2 +-
CHANGELOG.md | 23 +++++++++++++++++++++++
Cargo.toml | 6 +++---
scripts/install.sh | 4 ----
src/github.rs | 6 ++++--
templates/script.sh | 2 +-
6 files changed, 32 insertions(+), 11 deletions(-)
2018-08-28, Version 0.2.0
[5066d267d7
] (cargo-release) version 0.2.0 (Yoshua Wuyts)
[edfaca59d0
] GitHub keysign (#6) (Yoshua Wuyts)
[7d84a0201a
] Fix install command (#5) (Dan Reeves)
.travis.yml | 8 ++++----
Cargo.toml | 15 ++++++++++++++-
README.md | 2 +-
scripts/install.sh | 4 ++++
scripts/script.sh | 2 +-
src/error.rs | 6 ++++++
src/github.rs | 9 +++++++++
src/lib.rs | 15 ++++++++++++++-
src/main.rs | 6 +++++-
src/templates.rs | 8 +++++---
src/travis.rs | 40 ++++++++++++++++++++++++++++++++++++++++
11 files changed, 103 insertions(+), 12 deletions(-)