Skip to content

Commit

Permalink
Remove fixtures package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Sep 26, 2024
1 parent b1bc628 commit 738fd84
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 176 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ 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.14.0] - 2024-09-27

### Changed

- Bumped minimum Go version to 1.23.

### Removed

- **[BC]** Removed deprecated `fixtures` package.

## [0.13.8] - 2024-08-23

### Fixed
Expand Down Expand Up @@ -361,6 +365,7 @@ interfaces. It does not yet include support for static analysis of the new
[0.13.6]: https://github.com/dogmatiq/configkit/releases/v0.13.6
[0.13.7]: https://github.com/dogmatiq/configkit/releases/v0.13.7
[0.13.8]: https://github.com/dogmatiq/configkit/releases/v0.13.8
[0.14.0]: https://github.com/dogmatiq/configkit/releases/v0.14.0

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down
5 changes: 0 additions & 5 deletions fixtures/doc.go

This file was deleted.

81 changes: 0 additions & 81 deletions fixtures/messagename.go

This file was deleted.

86 changes: 0 additions & 86 deletions fixtures/messagetype.go

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.1

require (
github.com/dogmatiq/aureus v0.1.0
github.com/dogmatiq/dogma v0.14.2
github.com/dogmatiq/dogma v0.14.3
github.com/dogmatiq/enginekit v0.11.0
github.com/dogmatiq/iago v0.4.0
github.com/dogmatiq/interopspec v0.5.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dogmatiq/aureus v0.1.0 h1:BIUF1G4pdCiJ+WQ6GnTmbhaejbjtX35Z9w2somdgslA=
github.com/dogmatiq/aureus v0.1.0/go.mod h1:eTm6/WDfVI2tNjg1WCXiPt4fqjMhjO2kNM522ENa6mM=
github.com/dogmatiq/dogma v0.14.2 h1:SrwuNGMbZ4W9jdxe9a9e7n1Fspo/dhsLLhMSVMdIQro=
github.com/dogmatiq/dogma v0.14.2/go.mod h1:9lyVA+6V2+E/exV0IrBOrkUiyFwIATEhv+b0vnB2umQ=
github.com/dogmatiq/dogma v0.14.3 h1:qwZqU1yqp80toUJcJBdFxLlh6xvlFd7jb7rycmriRUo=
github.com/dogmatiq/dogma v0.14.3/go.mod h1:9lyVA+6V2+E/exV0IrBOrkUiyFwIATEhv+b0vnB2umQ=
github.com/dogmatiq/enginekit v0.11.0 h1:CRI1ueX1KtVbkcrHF4nbE7EYxdeRFKfYZn98IrorkaY=
github.com/dogmatiq/enginekit v0.11.0/go.mod h1:gDEDVDPAYstWK262NzHWKknox5MncDguQu+XW769jY4=
github.com/dogmatiq/iago v0.4.0 h1:57nZqVT34IZxtCZEW/RFif7DNUEjMXgevfr/Mmd0N8I=
Expand Down

0 comments on commit 738fd84

Please sign in to comment.