Skip to content

Commit

Permalink
Mark message package as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Oct 5, 2024
1 parent d4cbce6 commit 82812c6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.1
require (
github.com/dogmatiq/aureus v0.1.0
github.com/dogmatiq/dogma v0.15.0
github.com/dogmatiq/enginekit v0.16.0
github.com/dogmatiq/enginekit v0.16.1
github.com/dogmatiq/iago v0.4.0
github.com/emicklei/dot v1.6.2
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/dogmatiq/dapper v0.6.0 h1:hnWUsjnt3nUiC9hmkPvuxrnMd7fYNz1i+/GS3gOx0Xs
github.com/dogmatiq/dapper v0.6.0/go.mod h1:ubRHWzt73s0MsPpGhWvnfW/Z/1YPnrkCsQv6CUOZVEw=
github.com/dogmatiq/dogma v0.15.0 h1:aXOTd2K4wLvlwHc1D9OsFREp0BusNJ9o9KssxURftmg=
github.com/dogmatiq/dogma v0.15.0/go.mod h1:TF6xisRxQ2RE3JQwFr6MCI4nWLKQQp7KRWXVHOq9K0k=
github.com/dogmatiq/enginekit v0.16.0 h1:1+Fr0117jihoiY2SABsSAGhJYLi8DeNv35rR8PWgBfk=
github.com/dogmatiq/enginekit v0.16.0/go.mod h1:nODdKEljyHQHDRlwQrKD3NCJ/4y1jFFKYDwJ0yeHcVo=
github.com/dogmatiq/enginekit v0.16.1 h1:SAXc4ikrROho5nL11AowfqHpzvw+JAEomErG7sTbeLA=
github.com/dogmatiq/enginekit v0.16.1/go.mod h1:nODdKEljyHQHDRlwQrKD3NCJ/4y1jFFKYDwJ0yeHcVo=
github.com/dogmatiq/iago v0.4.0 h1:57nZqVT34IZxtCZEW/RFif7DNUEjMXgevfr/Mmd0N8I=
github.com/dogmatiq/iago v0.4.0/go.mod h1:fishMWBtzYcjgis6d873VTv9kFm/wHYLOzOyO9ECBDc=
github.com/dogmatiq/jumble v0.1.0 h1:Cb3ExfxY+AoUP4G9/sOwoOdYX8o+kOLK8+dhXAry+QA=
Expand Down
2 changes: 2 additions & 0 deletions message/doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Package message provides utilities for representing information about Dogma
// messages and their use within an application.
//
// Deprecated: Use [github.com/dogmatiq/enginekit/message] instead.
package message

0 comments on commit 82812c6

Please sign in to comment.