From 7f7eb5e066298cb9b3f6267520a7ff11398266cd Mon Sep 17 00:00:00 2001 From: David Alpert Date: Sat, 3 Aug 2024 20:24:13 -0500 Subject: [PATCH] release notes for v0.4.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a634728..a302bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,8 +36,25 @@ ## Changelog + +## [v0.4.0] - 2024-08-03 +### Features +- support o.OverrideOutputFormat(format) + +### Build +- add release action +- bump yaml pkg to v3 +- sort commits in CHGLOG +- asdf for git-chglog +- cit on floyd (my darwin-23) +- normalize on asdf for tool versions + + ## [v0.3.2] - 2023-11-26 +### Features +- use GoStringer when available + ### Bug Fixes - outsmarting the golang fmt package doesn't work - marshalObjectToString ignored fmt.Stringer @@ -46,16 +63,21 @@ ### Build - a .tools-version file sets golang locally for asdf -### Features -- use GoStringer when available - ## [v0.3.1] - 2023-11-24 +### Features +- add ActiveOutputFormat() method + ### Bug Fixes - default output format not set properly - oldest one in the book +### Test Coverage +- demonstrate using TestIOStreams +- reproduce issue [#1](https://github.com/davidalpert/go-git-mob/issues/1) +- add ginko and gomega as a testing framework + ### Build - don't bother with gen for a package - add ci/cd actions @@ -64,14 +86,6 @@ ### Chore - downgrade module version to go 1.17 -### Features -- add ActiveOutputFormat() method - -### Test Coverage -- demonstrate using TestIOStreams -- reproduce issue [#1](https://github.com/davidalpert/go-git-mob/issues/1) -- add ginko and gomega as a testing framework - ### Pull Requests - 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 - 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 +113,8 @@ - expose go-printers as a printers package -[Unreleased]: https://github.com/davidalpert/go-git-mob/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/davidalpert/go-git-mob/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/davidalpert/go-git-mob/compare/v0.3.2...v0.4.0 [v0.3.2]: https://github.com/davidalpert/go-git-mob/compare/v0.3.1...v0.3.2 [v0.3.1]: https://github.com/davidalpert/go-git-mob/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/davidalpert/go-git-mob/compare/v0.2.0...v0.3.0