Skip to content

Commit 6113cce

Browse files
committed
Update changelog markdown for 0.23.0
1 parent faae1d2 commit 6113cce

1 file changed

Lines changed: 39 additions & 45 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,70 @@
11
# Change Log
22

3+
## [0.23.0](https://github.com/devopsdays/devopsdays-cli/tree/0.23.0) (2018-05-25)
4+
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.22.1...0.23.0)
5+
6+
**Closed issues:**
7+
8+
- Rename stuttering functions in Event package [\#127](https://github.com/devopsdays/devopsdays-cli/issues/127)
9+
- Refactor templates to not need to use rice box [\#121](https://github.com/devopsdays/devopsdays-cli/issues/121)
10+
- Fix 'Duplicate Code' issue in event\event.go [\#117](https://github.com/devopsdays/devopsdays-cli/issues/117)
11+
- update helpers.ResizeImage to return error code and do something with it here [\#105](https://github.com/devopsdays/devopsdays-cli/issues/105)
12+
- Create contributing doc [\#36](https://github.com/devopsdays/devopsdays-cli/issues/36)
13+
- Verify that webdir is valid [\#32](https://github.com/devopsdays/devopsdays-cli/issues/32)
14+
15+
**Merged pull requests:**
16+
17+
- Restructure packages [\#129](https://github.com/devopsdays/devopsdays-cli/pull/129) ([mattstratton](https://github.com/mattstratton))
18+
- Fix stuttering functions in Event package [\#128](https://github.com/devopsdays/devopsdays-cli/pull/128) ([mattstratton](https://github.com/mattstratton))
19+
- Quick wins [\#126](https://github.com/devopsdays/devopsdays-cli/pull/126) ([mattstratton](https://github.com/mattstratton))
20+
321
## [0.22.1](https://github.com/devopsdays/devopsdays-cli/tree/0.22.1) (2017-10-21)
422
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.22.0...0.22.1)
523

6-
**Implemented enhancements:**
24+
**Closed issues:**
725

826
- implement error checking in helpers.GetTalks [\#88](https://github.com/devopsdays/devopsdays-cli/issues/88)
927

1028
## [0.22.0](https://github.com/devopsdays/devopsdays-cli/tree/0.22.0) (2017-10-21)
1129
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.21.0...0.22.0)
1230

13-
**Implemented enhancements:**
31+
**Closed issues:**
1432

1533
- Create showTalk function [\#59](https://github.com/devopsdays/devopsdays-cli/issues/59)
1634

1735
## [0.21.0](https://github.com/devopsdays/devopsdays-cli/tree/0.21.0) (2017-10-20)
1836
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.20.1...0.21.0)
1937

20-
**Fixed bugs:**
38+
**Closed issues:**
2139

2240
- Need to add abiilty to quit application at all prompts [\#119](https://github.com/devopsdays/devopsdays-cli/issues/119)
2341

2442
## [0.20.1](https://github.com/devopsdays/devopsdays-cli/tree/0.20.1) (2017-10-08)
2543
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.20.0...0.20.1)
2644

27-
**Implemented enhancements:**
45+
**Closed issues:**
2846

2947
- Prettify the output of show speaker [\#114](https://github.com/devopsdays/devopsdays-cli/issues/114)
30-
31-
**Fixed bugs:**
32-
3348
- Create speaker is not inserting a newline between gitlab and imagepath [\#113](https://github.com/devopsdays/devopsdays-cli/issues/113)
3449

3550
## [0.20.0](https://github.com/devopsdays/devopsdays-cli/tree/0.20.0) (2017-10-08)
3651
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.19.1...0.20.0)
3752

38-
**Implemented enhancements:**
53+
**Closed issues:**
3954

4055
- Create showSpeaker function [\#58](https://github.com/devopsdays/devopsdays-cli/issues/58)
4156

4257
## [0.19.1](https://github.com/devopsdays/devopsdays-cli/tree/0.19.1) (2017-10-07)
4358
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.19.0...0.19.1)
4459

45-
**Implemented enhancements:**
60+
**Closed issues:**
4661

4762
- Check for png on event logo [\#108](https://github.com/devopsdays/devopsdays-cli/issues/108)
4863

4964
## [0.19.0](https://github.com/devopsdays/devopsdays-cli/tree/0.19.0) (2017-10-07)
5065
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.17.4...0.19.0)
5166

52-
**Implemented enhancements:**
67+
**Closed issues:**
5368

5469
- Create interactive menus [\#103](https://github.com/devopsdays/devopsdays-cli/issues/103)
5570

@@ -59,25 +74,22 @@
5974
## [0.17.0](https://github.com/devopsdays/devopsdays-cli/tree/0.17.0) (2017-10-06)
6075
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.16.2...0.17.0)
6176

62-
**Implemented enhancements:**
77+
**Closed issues:**
6378

79+
- Extra newlines in generated speaker file [\#63](https://github.com/devopsdays/devopsdays-cli/issues/63)
6480
- Change create event functionality to use the model package [\#61](https://github.com/devopsdays/devopsdays-cli/issues/61)
6581
- create createSponsor function [\#39](https://github.com/devopsdays/devopsdays-cli/issues/39)
6682
- Create createEvent function [\#37](https://github.com/devopsdays/devopsdays-cli/issues/37)
6783
- Add all event fields to validateField [\#16](https://github.com/devopsdays/devopsdays-cli/issues/16)
6884

69-
**Fixed bugs:**
70-
71-
- Extra newlines in generated speaker file [\#63](https://github.com/devopsdays/devopsdays-cli/issues/63)
72-
7385
**Merged pull requests:**
7486

7587
- Add additional event validation [\#107](https://github.com/devopsdays/devopsdays-cli/pull/107) ([mattstratton](https://github.com/mattstratton))
7688

7789
## [0.16.2](https://github.com/devopsdays/devopsdays-cli/tree/0.16.2) (2017-10-06)
7890
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.16.0...0.16.2)
7991

80-
**Implemented enhancements:**
92+
**Closed issues:**
8193

8294
- specify @ symbol or not when asking for Twitter handle [\#68](https://github.com/devopsdays/devopsdays-cli/issues/68)
8395

@@ -88,24 +100,18 @@
88100
## [0.16.0](https://github.com/devopsdays/devopsdays-cli/tree/0.16.0) (2017-10-06)
89101
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.15.1...0.16.0)
90102

91-
**Implemented enhancements:**
92-
93-
- Refactor package layout [\#94](https://github.com/devopsdays/devopsdays-cli/issues/94)
94-
95-
**Fixed bugs:**
96-
97-
- Github username not marked as optional in "create speaker" [\#89](https://github.com/devopsdays/devopsdays-cli/issues/89)
98-
- Remove update line in copy file [\#104](https://github.com/devopsdays/devopsdays-cli/pull/104) ([mattstratton](https://github.com/mattstratton))
99-
100103
**Closed issues:**
101104

102105
- implement error checking in helpers.GetTalks [\#102](https://github.com/devopsdays/devopsdays-cli/issues/102)
103106
- update helpers.ResizeImage to return error code and do something with it here [\#101](https://github.com/devopsdays/devopsdays-cli/issues/101)
104107
- implement error checking in helpers.GetTalks [\#100](https://github.com/devopsdays/devopsdays-cli/issues/100)
105108
- update helpers.ResizeImage to return error code and do something with it here [\#99](https://github.com/devopsdays/devopsdays-cli/issues/99)
109+
- Refactor package layout [\#94](https://github.com/devopsdays/devopsdays-cli/issues/94)
110+
- Github username not marked as optional in "create speaker" [\#89](https://github.com/devopsdays/devopsdays-cli/issues/89)
106111

107112
**Merged pull requests:**
108113

114+
- Remove update line in copy file [\#104](https://github.com/devopsdays/devopsdays-cli/pull/104) ([mattstratton](https://github.com/mattstratton))
109115
- Refactor packages [\#98](https://github.com/devopsdays/devopsdays-cli/pull/98) ([mattstratton](https://github.com/mattstratton))
110116

111117
## [0.15.1](https://github.com/devopsdays/devopsdays-cli/tree/0.15.1) (2017-10-05)
@@ -121,36 +127,33 @@
121127
## [0.14.0](https://github.com/devopsdays/devopsdays-cli/tree/0.14.0) (2017-10-05)
122128
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.13.0...0.14.0)
123129

124-
**Implemented enhancements:**
125-
126-
- Description fields should require 2x returns [\#25](https://github.com/devopsdays/devopsdays-cli/issues/25)
127-
128-
**Fixed bugs:**
130+
**Closed issues:**
129131

130132
- Banner is overriding -h and --help on root command [\#75](https://github.com/devopsdays/devopsdays-cli/issues/75)
133+
- Description fields should require 2x returns [\#25](https://github.com/devopsdays/devopsdays-cli/issues/25)
131134

132135
## [0.13.0](https://github.com/devopsdays/devopsdays-cli/tree/0.13.0) (2017-10-04)
133136
[Full Changelog](https://github.com/devopsdays/devopsdays-cli/compare/0.12.8...0.13.0)
134137

135-
**Implemented enhancements:**
136-
137-
- Update user prompts with survey package [\#72](https://github.com/devopsdays/devopsdays-cli/issues/72)
138-
- Add bio to speaker type [\#65](https://github.com/devopsdays/devopsdays-cli/issues/65)
139-
140138
**Closed issues:**
141139

140+
- Update user prompts with survey package [\#72](https://github.com/devopsdays/devopsdays-cli/issues/72)
142141
- Should give a "thing" more meaning [\#66](https://github.com/devopsdays/devopsdays-cli/issues/66)
142+
- Add bio to speaker type [\#65](https://github.com/devopsdays/devopsdays-cli/issues/65)
143143

144144
**Merged pull requests:**
145145

146146
- Switch to using survey for prompts [\#74](https://github.com/devopsdays/devopsdays-cli/pull/74) ([mattstratton](https://github.com/mattstratton))
147147

148148
## [0.12.8](https://github.com/devopsdays/devopsdays-cli/tree/0.12.8) (2017-10-03)
149-
**Implemented enhancements:**
149+
**Closed issues:**
150150

151+
- ! separators made me think it didn't work [\#69](https://github.com/devopsdays/devopsdays-cli/issues/69)
151152
- Add validation to fields in create speaker function [\#64](https://github.com/devopsdays/devopsdays-cli/issues/64)
152153
- Create createSpeaker function [\#41](https://github.com/devopsdays/devopsdays-cli/issues/41)
153154
- Move doctor command [\#34](https://github.com/devopsdays/devopsdays-cli/issues/34)
155+
- appveyor doesn't publish msi to GH releases [\#30](https://github.com/devopsdays/devopsdays-cli/issues/30)
156+
- Rename package to devopsdays [\#26](https://github.com/devopsdays/devopsdays-cli/issues/26)
154157
- Add functionality to doctor command [\#24](https://github.com/devopsdays/devopsdays-cli/issues/24)
155158
- Version command should return more info [\#23](https://github.com/devopsdays/devopsdays-cli/issues/23)
156159
- Create release process that generates rpm [\#21](https://github.com/devopsdays/devopsdays-cli/issues/21)
@@ -160,15 +163,6 @@
160163
- convert user prompts to a loop [\#13](https://github.com/devopsdays/devopsdays-cli/issues/13)
161164
- prompt user to retry on invalid entries [\#12](https://github.com/devopsdays/devopsdays-cli/issues/12)
162165
- change webdir from being a constant [\#10](https://github.com/devopsdays/devopsdays-cli/issues/10)
163-
164-
**Fixed bugs:**
165-
166-
- appveyor doesn't publish msi to GH releases [\#30](https://github.com/devopsdays/devopsdays-cli/issues/30)
167-
168-
**Closed issues:**
169-
170-
- ! separators made me think it didn't work [\#69](https://github.com/devopsdays/devopsdays-cli/issues/69)
171-
- Rename package to devopsdays [\#26](https://github.com/devopsdays/devopsdays-cli/issues/26)
172166
- Consider rewriting the whole thing in golang [\#6](https://github.com/devopsdays/devopsdays-cli/issues/6)
173167
- Ensure the user is not in master when running the commands [\#5](https://github.com/devopsdays/devopsdays-cli/issues/5)
174168
- Create sponsor creation feature [\#3](https://github.com/devopsdays/devopsdays-cli/issues/3)

0 commit comments

Comments
 (0)