Skip to content

Commit 7b59ae1

Browse files
author
dry-bot
committed
[devtools] sync
1 parent 5ca6fc6 commit 7b59ae1

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
1+
## 0.6.0 2020-03-06
2+
3+
4+
### Added
5+
6+
- [Ivan Shamatov] Ability to pass command along with registry (for a singular command case)
7+
- [Nikita Shilnikov] [Internal] Backported ability to run gem's CI against ruby 2.3
8+
- [Ivan Shamatov] Inline syntax for commands
9+
- [Ivan Shamatov] Introduced stderr to any diagnostic output
10+
11+
### Fixed
12+
13+
- [John Ledbetter & Luca Guidi] Fix ruby 2.7 warnings
14+
- [Ivan Shamatov] Fix banner, when option is a type of Array
15+
16+
17+
[Compare v0.5.1...v0.6.0](https://github.com/dry-rb/dry-cli/compare/v0.5.1...v0.6.0)
18+
119
## 0.5.1 2020-01-23
220

321

22+
### Added
23+
24+
- [Ivan Shamatov] Anonymous Registry sintax
25+
- [Ivan Shamatov] [Internal] Specs refactored, more unit specs added
26+
- [Luca Guidi] [Internal] removed `dry-inflector` as runtime dependency
27+
- [Ivan Shamatov] [Internal] Refactored Command class (command_name property removed)
28+
- [Piotr Solnica, Luca Guidi, Nikita Shilnikov & Christian Georgii] [Internal] Adapt gem to dry-rb style
29+
430
### Fixed
531

6-
- Added missing 'set' require (@solnic)
32+
- [Piotr Solnica] Added missing 'set' require
733

834

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

0 commit comments

Comments
 (0)