|
36 | 36 | ## Changelog |
37 | 37 |
|
38 | 38 |
|
| 39 | +<a name="v0.4.0"></a> |
| 40 | +## [v0.4.0] - 2024-08-03 |
| 41 | +### Features |
| 42 | +- support o.OverrideOutputFormat(format) |
| 43 | + |
| 44 | +### Build |
| 45 | +- update PR workflow to use asdf |
| 46 | +- skip vale on a release build |
| 47 | +- reshim asdf golan after tool install |
| 48 | +- skip installing ruby when releasing |
| 49 | +- upgrade base golang to 1.20 for compat with sbot |
| 50 | +- add release action |
| 51 | +- bump yaml pkg to v3 |
| 52 | +- sort commits in CHGLOG |
| 53 | +- asdf for git-chglog |
| 54 | +- cit on floyd (my darwin-23) |
| 55 | +- normalize on asdf for tool versions |
| 56 | + |
| 57 | + |
39 | 58 | <a name="v0.3.2"></a> |
40 | 59 | ## [v0.3.2] - 2023-11-26 |
| 60 | +### Features |
| 61 | +- use GoStringer when available |
| 62 | + |
41 | 63 | ### Bug Fixes |
42 | 64 | - outsmarting the golang fmt package doesn't work |
43 | 65 | - marshalObjectToString ignored fmt.Stringer |
|
46 | 68 | ### Build |
47 | 69 | - a .tools-version file sets golang locally for asdf |
48 | 70 |
|
49 | | -### Features |
50 | | -- use GoStringer when available |
51 | | - |
52 | 71 |
|
53 | 72 | <a name="v0.3.1"></a> |
54 | 73 | ## [v0.3.1] - 2023-11-24 |
| 74 | +### Features |
| 75 | +- add ActiveOutputFormat() method |
| 76 | + |
55 | 77 | ### Bug Fixes |
56 | 78 | - default output format not set properly |
57 | 79 | - oldest one in the book |
58 | 80 |
|
| 81 | +### Test Coverage |
| 82 | +- demonstrate using TestIOStreams |
| 83 | +- reproduce issue [#1](https://github.com/davidalpert/go-git-mob/issues/1) |
| 84 | +- add ginko and gomega as a testing framework |
| 85 | + |
59 | 86 | ### Build |
60 | 87 | - don't bother with gen for a package |
61 | 88 | - add ci/cd actions |
|
64 | 91 | ### Chore |
65 | 92 | - downgrade module version to go 1.17 |
66 | 93 |
|
67 | | -### Features |
68 | | -- add ActiveOutputFormat() method |
69 | | - |
70 | | -### Test Coverage |
71 | | -- demonstrate using TestIOStreams |
72 | | -- reproduce issue [#1](https://github.com/davidalpert/go-git-mob/issues/1) |
73 | | -- add ginko and gomega as a testing framework |
74 | | - |
75 | 94 | ### Pull Requests |
76 | 95 | - Merge pull request [#2](https://github.com/davidalpert/go-git-mob/issues/2) from davidalpert/[GH-1](https://github.com/davidalpert/go-git-mob/issues/1)-default-output-format-not-properly-set |
77 | 96 | - Merge pull request [#6](https://github.com/davidalpert/go-git-mob/issues/6) from davidalpert/[GH-3](https://github.com/davidalpert/go-git-mob/issues/3)-add-cicd-actions |
|
99 | 118 | - expose go-printers as a printers package |
100 | 119 |
|
101 | 120 |
|
102 | | -[Unreleased]: https://github.com/davidalpert/go-git-mob/compare/v0.3.2...HEAD |
| 121 | +[Unreleased]: https://github.com/davidalpert/go-git-mob/compare/v0.4.0...HEAD |
| 122 | +[v0.4.0]: https://github.com/davidalpert/go-git-mob/compare/v0.3.2...v0.4.0 |
103 | 123 | [v0.3.2]: https://github.com/davidalpert/go-git-mob/compare/v0.3.1...v0.3.2 |
104 | 124 | [v0.3.1]: https://github.com/davidalpert/go-git-mob/compare/v0.3.0...v0.3.1 |
105 | 125 | [v0.3.0]: https://github.com/davidalpert/go-git-mob/compare/v0.2.0...v0.3.0 |
|
0 commit comments