Skip to content

Commit

Permalink
Release version: 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 13, 2017
1 parent 1e282fb commit d5970df
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.10

* Fix [Issue #89](https://github.com/rundeck/rundeck-cli/issues/89) run command is broken

[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.0.9...v1.0.10)

## 1.0.9

* [Issue #79](https://github.com/rundeck/rundeck-cli/issues/79) Add `job run` support for file upload, using `-opt@ file` or `-opt @file` syntax
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url: "https://rundeck.github.io" # the base hostname & protocol for your site, e
twitter_username: rundeck
github_username: rundeck
github_url: https://github.com/rundeck/rundeck-cli
app_version: 1.0.9
app_version: 1.0.10
# Build settings
markdown: kramdown
theme: minima
Expand Down
6 changes: 6 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ title: Changes
permalink: /changes/
---

## 1.0.10

* Fix [Issue #89](https://github.com/rundeck/rundeck-cli/issues/89) run command is broken

[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.0.9...v1.0.10)

## 1.0.9

* [Issue #79](https://github.com/rundeck/rundeck-cli/issues/79) Add `job run` support for file upload, using `-opt@ file` or `-opt @file` syntax
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/rd-banner.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

- ${red}RD$$ - Rundeck API Client Tool (v1.0.9) - ${cyan}https://rundeck.github.io/rundeck-cli/$$
- ${red}RD$$ - Rundeck API Client Tool (v1.0.10) - ${cyan}https://rundeck.github.io/rundeck-cli/$$

${red}
.:'/*/'`:,·:~·–:., ,._., ._
Expand Down

0 comments on commit d5970df

Please sign in to comment.