Skip to content

Commit d8482e8

Browse files
committed
release notes for v0.4.0
1 parent 4960921 commit d8482e8

File tree

1 file changed

+32
-12
lines changed

1 file changed

+32
-12
lines changed

CHANGELOG.md

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,30 @@
3636
## Changelog
3737

3838

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+
3958
<a name="v0.3.2"></a>
4059
## [v0.3.2] - 2023-11-26
60+
### Features
61+
- use GoStringer when available
62+
4163
### Bug Fixes
4264
- outsmarting the golang fmt package doesn't work
4365
- marshalObjectToString ignored fmt.Stringer
@@ -46,16 +68,21 @@
4668
### Build
4769
- a .tools-version file sets golang locally for asdf
4870

49-
### Features
50-
- use GoStringer when available
51-
5271

5372
<a name="v0.3.1"></a>
5473
## [v0.3.1] - 2023-11-24
74+
### Features
75+
- add ActiveOutputFormat() method
76+
5577
### Bug Fixes
5678
- default output format not set properly
5779
- oldest one in the book
5880

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+
5986
### Build
6087
- don't bother with gen for a package
6188
- add ci/cd actions
@@ -64,14 +91,6 @@
6491
### Chore
6592
- downgrade module version to go 1.17
6693

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-
7594
### Pull Requests
7695
- 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
7796
- 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,7 +118,8 @@
99118
- expose go-printers as a printers package
100119

101120

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
103123
[v0.3.2]: https://github.com/davidalpert/go-git-mob/compare/v0.3.1...v0.3.2
104124
[v0.3.1]: https://github.com/davidalpert/go-git-mob/compare/v0.3.0...v0.3.1
105125
[v0.3.0]: https://github.com/davidalpert/go-git-mob/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)