|
1 | 1 | # Changelog - devopsdays-cli |
2 | 2 |
|
| 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 | + |
3 | 59 | ### 0.13.0 |
4 | 60 |
|
5 | 61 | __Changes__ |
@@ -568,6 +624,8 @@ __Changes__ |
568 | 624 |
|
569 | 625 |
|
570 | 626 |
|
| 627 | + |
| 628 | + |
571 | 629 |
|
572 | 630 |
|
573 | 631 |
|
|
0 commit comments