From 83a03c083817395e2b3c1aaf03d33a838272504b Mon Sep 17 00:00:00 2001 From: James Harris Date: Thu, 26 Sep 2024 20:40:30 +1000 Subject: [PATCH] Bump version to v0.7.6. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c696ac2..d95a1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ 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.7.6] - 2024-09-26 + +### Changed + +- Bumped minimum Go version to v1.23. +- Added support for `enginekit` stubs to the test marshaler. + ## [0.7.5] - 2024-08-17 ### Added @@ -165,6 +172,7 @@ different marshalers/unmarshalers provided by `google.golang.org/protobuf`. [0.7.1]: https://github.com/dogmatiq/marshalkit/releases/tag/v0.7.1 [0.7.3]: https://github.com/dogmatiq/marshalkit/releases/tag/v0.7.3 [0.7.5]: https://github.com/dogmatiq/marshalkit/releases/tag/v0.7.5 +[0.7.6]: https://github.com/dogmatiq/marshalkit/releases/tag/v0.7.6