Skip to content

Commit

Permalink
Bump version to v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jul 15, 2024
1 parent c4973ed commit 26fae73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ The format is based on [Keep a Changelog], and this project adheres to
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## [0.3.1] - 2024-07-16

### Added

- Added `MustSwitch_XXX()` and `MustMap_XXX()` functions for one-of groups.
These functions panic if the message or the one-of discriminator field is
`nil`. This is the same behavior that `Switch_XXX()` and `Map_XXX()` had prior
to [0.3.0].

## [0.3.0] - 2024-07-11

### Changed
Expand Down Expand Up @@ -113,6 +122,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[0.2.3]: https://github.com/dogmatiq/primo/releases/tag/v0.2.3
[0.2.4]: https://github.com/dogmatiq/primo/releases/tag/v0.2.4
[0.3.0]: https://github.com/dogmatiq/primo/releases/tag/v0.3.0
[0.3.1]: https://github.com/dogmatiq/primo/releases/tag/v0.3.1

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down

0 comments on commit 26fae73

Please sign in to comment.