Skip to content

Commit

Permalink
[devtools] sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dry-bot committed Mar 6, 2020
1 parent 5ca6fc6 commit 7b59ae1
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,35 @@
## 0.6.0 2020-03-06


### Added

- [Ivan Shamatov] Ability to pass command along with registry (for a singular command case)
- [Nikita Shilnikov] [Internal] Backported ability to run gem's CI against ruby 2.3
- [Ivan Shamatov] Inline syntax for commands
- [Ivan Shamatov] Introduced stderr to any diagnostic output

### Fixed

- [John Ledbetter & Luca Guidi] Fix ruby 2.7 warnings
- [Ivan Shamatov] Fix banner, when option is a type of Array


[Compare v0.5.1...v0.6.0](https://github.com/dry-rb/dry-cli/compare/v0.5.1...v0.6.0)

## 0.5.1 2020-01-23


### Added

- [Ivan Shamatov] Anonymous Registry sintax
- [Ivan Shamatov] [Internal] Specs refactored, more unit specs added
- [Luca Guidi] [Internal] removed `dry-inflector` as runtime dependency
- [Ivan Shamatov] [Internal] Refactored Command class (command_name property removed)
- [Piotr Solnica, Luca Guidi, Nikita Shilnikov & Christian Georgii] [Internal] Adapt gem to dry-rb style

### Fixed

- Added missing 'set' require (@solnic)
- [Piotr Solnica] Added missing 'set' require


[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-cli/compare/v0.5.0...v0.5.1)
Expand Down

0 comments on commit 7b59ae1

Please sign in to comment.