From e2aa627dc41cd6afc978eeadc110f5b5ef33af99 Mon Sep 17 00:00:00 2001 From: James Harris Date: Thu, 3 Oct 2024 12:24:02 +1000 Subject: [PATCH] Bump version to v0.16.0. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba218b0..25735ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ 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 -## [Unreleased] +## [0.16.0] - 2024-10-03 ### Added @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog], and this project adheres to ### Changed +- **[BC]** Changed message stubs to accept validation scopes. - The results of `Clone()`, `Merge()`, `Select()` and `Project()` on any map type are now guaranteed to be non-nil. - The results of `Clone()`, `Union()` and `Project()` on any set type are now @@ -187,6 +188,7 @@ The format is based on [Keep a Changelog], and this project adheres to [0.14.0]: https://github.com/dogmatiq/enginekit/releases/v0.14.0 [0.15.0]: https://github.com/dogmatiq/enginekit/releases/v0.15.0 [0.15.1]: https://github.com/dogmatiq/enginekit/releases/v0.15.1 +[0.16.0]: https://github.com/dogmatiq/enginekit/releases/v0.16.0