Skip to content

Commit

Permalink
Add support for Dogma v0.12.0 Routes() configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed May 4, 2023
1 parent 5f7b621 commit 0e1f9f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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.1.6] - 2023-05-05

- Add support for Dogma v0.12.0 `Routes()` configuration

## [0.1.5] - 2023-03-03

- Generate read-only installation tokens that can be used to access private Git
Expand Down Expand Up @@ -47,6 +51,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[0.1.3]: https://github.com/dogmatiq/browser/releases/v0.1.3
[0.1.4]: https://github.com/dogmatiq/browser/releases/v0.1.4
[0.1.5]: https://github.com/dogmatiq/browser/releases/v0.1.5
[0.1.6]: https://github.com/dogmatiq/browser/releases/v0.1.6

<!-- 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 @@ -3,7 +3,7 @@ module github.com/dogmatiq/browser
go 1.20

require (
github.com/dogmatiq/configkit v0.12.0
github.com/dogmatiq/configkit v0.12.1
github.com/dogmatiq/dodeca v1.4.2
github.com/dogmatiq/ferrite v1.0.3
github.com/dogmatiq/imbue v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dogmatiq/configkit v0.12.0 h1:fB28zVlt+B0KXWPKBtOznxodfhpY+7kHK3hNz4aULK4=
github.com/dogmatiq/configkit v0.12.0/go.mod h1:Y1P2CUURkcey3Sl0o6xEOS3X+Tm9SywUHjKIwI96Dc8=
github.com/dogmatiq/configkit v0.12.1 h1:p992Z+JwdBJ5B4nBllpMQQ3pnbfEjUUvm/g3EuE0dqw=
github.com/dogmatiq/configkit v0.12.1/go.mod h1:Y1P2CUURkcey3Sl0o6xEOS3X+Tm9SywUHjKIwI96Dc8=
github.com/dogmatiq/dodeca v1.4.2 h1:qVQpMfFju99fvAcV3h1lA0yVaD5X38EpO1my0iKpTqs=
github.com/dogmatiq/dodeca v1.4.2/go.mod h1:kYImsyZhGxSOLiqzTK4Z1CB9ycSLpnJPBQa2yR//N5Q=
github.com/dogmatiq/dogma v0.12.0 h1:hUvAbdrcLGAP2IrpBKvdbUSGubgNKzqa5QfFarIQPfU=
Expand Down

0 comments on commit 0e1f9f2

Please sign in to comment.