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 81f6d3d commit 7f7eb5e
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,25 @@
## Changelog


<a name="v0.4.0"></a>
## [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


<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 +63,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 +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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f7eb5e

Please sign in to comment.