Skip to content

Commit

Permalink
Release version: 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Sep 16, 2022
1 parent 5372aee commit e48518c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## unreleased
## 2.0.2

* `rd projects archives`: Add --file to ensure backward compatibility #473
* Fix a signing issue for RPM artifacts #478
* `rd projects archives`: Add --file to ensure backward compatibility [Issue #473](https://github.com/rundeck/rundeck-cli/issues/473)
* Fix a signing issue for RPM artifacts [Issue #478](https://github.com/rundeck/rundeck-cli/issues/478)

[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.1...v2.0.2)

## 2.0.1

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: 2.0.1
app_version: 2.0.2
# Build settings
markdown: kramdown
theme: minima
Expand Down
7 changes: 7 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Change Log
permalink: /changes/
---

## 2.0.2

* `rd projects archives`: Add --file to ensure backward compatibility [Issue #473](https://github.com/rundeck/rundeck-cli/issues/473)
* Fix a signing issue for RPM artifacts [Issue #478](https://github.com/rundeck/rundeck-cli/issues/478)

[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.1...v2.0.2)

## 2.0.1

* Fix [Issue #458](https://github.com/rundeck/rundeck-cli/issues/458) space separated scm scm perform options not working
Expand Down

0 comments on commit e48518c

Please sign in to comment.