Skip to content

Commit

Permalink
Bump version to v0.12.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 19, 2024
1 parent 59caca4 commit 1bddf51
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ 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.12.2] - 2024-01-19

### Fixed

- Fix parsing indirect calls to handler's `.Configure()` method.
- Ensure static analysis processes messages only within
`dogma.AggregateConfigurer.Routes()` call.
- Ensure static analysis correctly identifies handlers with non-pointer
receivers when registered via a pointer.
- Ensure static analysis ignores routes that are not actually passed to a
configurer via the `Routes()`.

## [0.12.1] - 2023-05-04

Expand Down Expand Up @@ -261,6 +262,7 @@ interfaces. It does not yet include support for static analysis of the new
[0.11.1]: https://github.com/dogmatiq/configkit/releases/v0.11.1
[0.12.0]: https://github.com/dogmatiq/configkit/releases/v0.12.0
[0.12.1]: https://github.com/dogmatiq/configkit/releases/v0.12.1
[0.12.2]: https://github.com/dogmatiq/configkit/releases/v0.12.2

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down

0 comments on commit 1bddf51

Please sign in to comment.