Skip to content

Commit

Permalink
Bump version to v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Aug 14, 2023
1 parent 12f91c5 commit 8517fa4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ 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.3.1] - 2023-08-15

### Changed

- Dropped support for Go v1.19, which reached end-of-life on 2023-08-08

### Fixed

- Removed use of `golang.org/x/exp` package. This package is not versioned and
as such breaking changes can cause conflicts with other dependencies

## [0.3.0] - 2023-04-01

### Added
Expand Down Expand Up @@ -80,6 +91,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[0.1.3]: https://github.com/dogmatiq/dissolve/releases/tag/v0.1.3
[0.2.0]: https://github.com/dogmatiq/dissolve/releases/tag/v0.2.0
[0.3.0]: https://github.com/dogmatiq/dissolve/releases/tag/v0.3.0
[0.3.1]: https://github.com/dogmatiq/dissolve/releases/tag/v0.3.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
@@ -1,6 +1,6 @@
module github.com/dogmatiq/dissolve

go 1.19
go 1.20

require (
github.com/miekg/dns v1.1.55
Expand Down

0 comments on commit 8517fa4

Please sign in to comment.