Skip to content

Commit

Permalink
release notes for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalpert committed Aug 4, 2024
1 parent 4960921 commit d8482e8
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,30 @@
## Changelog


<a name="v0.4.0"></a>
## [v0.4.0] - 2024-08-03
### Features
- support o.OverrideOutputFormat(format)

### Build
- update PR workflow to use asdf
- skip vale on a release build
- reshim asdf golan after tool install
- skip installing ruby when releasing
- upgrade base golang to 1.20 for compat with sbot
- 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


<a name="v0.3.2"></a>
## [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
Expand All @@ -46,16 +68,21 @@
### Build
- a .tools-version file sets golang locally for asdf

### Features
- use GoStringer when available


<a name="v0.3.1"></a>
## [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
Expand All @@ -64,14 +91,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
Expand Down Expand Up @@ -99,7 +118,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
Expand Down

0 comments on commit d8482e8

Please sign in to comment.