Skip to content

Commit 8a660a2

Browse files
committed
Update changelog markdown for 0.14.0
1 parent 69f9e42 commit 8a660a2

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Changelog - devopsdays-cli
22

3+
### 0.14.0
4+
5+
__Changes__
6+
7+
- Move banner call
8+
9+
This gives a little more flexability, and it also handles the issue where banner was hijacking the help flags.
10+
11+
Fixes #75
12+
13+
Signed-off-by: Matt Stratton <[email protected]>
14+
- Add proper fetching of talks
15+
16+
Signed-off-by: Matt Stratton <[email protected]>
17+
- Add small functionality to helpers.GetTalks
18+
19+
It only returns the filenames right now, but it’s a start
20+
21+
Signed-off-by: Matt Stratton <[email protected]>
22+
- Fix regression with event name
23+
24+
Signed-off-by: Matt Stratton <[email protected]>
25+
- MVP of create event function
26+
27+
Introduced bug - name field in YAML has the city name capitalized (it is not getting this value from the struct)
28+
29+
Signed-off-by: Matt Stratton <[email protected]>
30+
- Fix twitter field in event template
31+
32+
Signed-off-by: Matt Stratton <[email protected]>
33+
- Add helpers.CopyFile function
34+
35+
Signed-off-by: Matt Stratton <[email protected]>
36+
- Add nouns and verbs to README
37+
38+
Signed-off-by: Matt Stratton <[email protected]>
39+
- Remove dummy file
40+
- Adding dummy file to test auto-sign
41+
42+
Signed-off-by: Matt Stratton <[email protected]>
43+
- Add configuration for stale bot
44+
45+
Signed-off-by: Matt Stratton <[email protected]>
46+
- Fix spacing error in speaker template
47+
- Update event model
48+
- Move templates into template file
49+
- Implement scaffold of GetTalks function
50+
51+
__Contributors__
52+
53+
- Matt Stratton
54+
55+
Released by Matt Stratton, Thu 05 Oct 2017 -
56+
[see the diff](https://github.com/mh-cbon/devopsdays-cli/compare/0.13.0...0.14.0#diff)
57+
______________
58+
359
### 0.13.0
460

561
__Changes__
@@ -568,6 +624,8 @@ __Changes__
568624

569625

570626

627+
628+
571629

572630

573631

0 commit comments

Comments
 (0)