From bfd2f7e4c74c36485a690bc4f96d08e95037144f Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 21 Aug 2024 08:00:16 +1000 Subject: [PATCH] Bump version to v0.6.0. --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab0e6f..5d1cb7f 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.6.0] - 2024-08-21 This release is largely centered around a refactoring of the `Config` type and the way that a `Printer` is configured. It should not affect most users, but @@ -232,6 +232,7 @@ preparation for unification of built-in and custom rendering behavior. +[iago]: https://github.com/dogmatiq/iago [unreleased]: https://github.com/dogmatiq/dapper [0.1.0]: https://github.com/dogmatiq/dapper/releases/tag/v0.1.0 [0.1.1]: https://github.com/dogmatiq/dapper/releases/tag/v0.1.1 @@ -253,6 +254,10 @@ preparation for unification of built-in and custom rendering behavior. [0.5.1]: https://github.com/dogmatiq/dapper/releases/tag/v0.5.1 [0.5.2]: https://github.com/dogmatiq/dapper/releases/tag/v0.5.2 [0.5.3]: https://github.com/dogmatiq/dapper/releases/tag/v0.5.3 +[0.6.0]: https://github.com/dogmatiq/dapper/releases/tag/v0.6.0 + + + [#6]: https://github.com/dogmatiq/dapper/issues/6 [#7]: https://github.com/dogmatiq/dapper/issues/7 [#8]: https://github.com/dogmatiq/dapper/issues/8 @@ -262,7 +267,6 @@ preparation for unification of built-in and custom rendering behavior. [#23]: https://github.com/dogmatiq/dapper/issues/23 [#24]: https://github.com/dogmatiq/dapper/issues/24 [#45]: https://github.com/dogmatiq/dapper/issues/45 -[iago]: https://github.com/dogmatiq/iago