File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- future-release=0.1.2
1
+ future-release=0.2.0
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 0.1.2] ( https://github.com/TypistTech/image-optimize-command/tree/0.1.2 ) (2018-04-30)
3
+ ## [ 0.2.0] ( https://github.com/TypistTech/image-optimize-command/tree/0.2.0 ) (2018-09-03)
4
+ [ Full Changelog] ( https://github.com/TypistTech/image-optimize-command/compare/0.1.2...0.2.0 )
5
+
6
+ ** Merged pull requests:**
7
+
8
+ - Update readme [ \# 25] ( https://github.com/TypistTech/image-optimize-command/pull/25 ) ([ TangRufus] ( https://github.com/TangRufus ) )
9
+ - Replace ` batch-restore ` with ` reset ` [ \# 24] ( https://github.com/TypistTech/image-optimize-command/pull/24 ) ([ TangRufus] ( https://github.com/TangRufus ) )
10
+ - v0.2.0 rewrite [ \# 23] ( https://github.com/TypistTech/image-optimize-command/pull/23 ) ([ TangRufus] ( https://github.com/TangRufus ) )
11
+ - Update test setup [ \# 22] ( https://github.com/TypistTech/image-optimize-command/pull/22 ) ([ TangRufus] ( https://github.com/TangRufus ) )
12
+ - ` Logger ` : Do not halt the command when error or above logged [ \# 21] ( https://github.com/TypistTech/image-optimize-command/pull/21 ) ([ TangRufus] ( https://github.com/TangRufus ) )
13
+ - Update coding standards; Enable PrettyCI [ \# 20] ( https://github.com/TypistTech/image-optimize-command/pull/20 ) ([ TangRufus] ( https://github.com/TangRufus ) )
14
+
15
+ ## [ 0.1.2] ( https://github.com/TypistTech/image-optimize-command/tree/0.1.2 ) (2018-04-29)
4
16
[ Full Changelog] ( https://github.com/TypistTech/image-optimize-command/compare/0.1.1...0.1.2 )
5
17
6
18
** Closed issues:**
9
21
10
22
** Merged pull requests:**
11
23
24
+ - Version bump 0.1.2 [ \# 17] ( https://github.com/TypistTech/image-optimize-command/pull/17 ) ([ TangRufus] ( https://github.com/TangRufus ) )
12
25
- Fix: Enforce type cast on ` --limit ` [ \# 16] ( https://github.com/TypistTech/image-optimize-command/pull/16 ) ([ TangRufus] ( https://github.com/TangRufus ) )
13
26
- Docs: Clarify boolean flags and fix typo [ \# 14] ( https://github.com/TypistTech/image-optimize-command/pull/14 ) ([ TangRufus] ( https://github.com/TangRufus ) )
14
27
- Add missing type hint [ \# 13] ( https://github.com/TypistTech/image-optimize-command/pull/13 ) ([ TangRufus] ( https://github.com/TangRufus ) )
Original file line number Diff line number Diff line change 55
55
},
56
56
"scripts" : {
57
57
"check-style" : " phpcs --colors -p" ,
58
- "pre-tag " : [
58
+ "pretag " : [
59
59
" composer update --no-suggest" ,
60
60
" @test" ,
61
61
" @check-style" ,
You can’t perform that action at this time.
0 commit comments