From 82812c6bde40694ea28ac1157c5d60f0ebd4af87 Mon Sep 17 00:00:00 2001 From: James Harris Date: Sat, 5 Oct 2024 20:38:16 +1000 Subject: [PATCH] Mark `message` package as deprecated. --- CHANGELOG.md | 8 ++++++++ go.mod | 2 +- go.sum | 4 ++-- message/doc.go | 2 ++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aea66fa..964bfddd 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.15.1] - 2024-10-05 + +### Deprecated + +- The `message` package within this module is now deprecated and will be removed + in a future release. + ## [0.15.0] - 2024-10-03 ### Added @@ -399,6 +406,7 @@ interfaces. It does not yet include support for static analysis of the new [0.13.8]: https://github.com/dogmatiq/configkit/releases/v0.13.8 [0.14.0]: https://github.com/dogmatiq/configkit/releases/v0.14.0 [0.15.0]: https://github.com/dogmatiq/configkit/releases/v0.15.0 +[0.15.1]: https://github.com/dogmatiq/configkit/releases/v0.15.1