Skip to content

Commit

Permalink
Fix mis-versioned changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Oct 2, 2024
1 parent 3346af5 commit 78b0ef0
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ 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.14.0] - 2024-09-27

### Changed

- Bumped minimum Go version to 1.23.
## [Unreleased]

### Added

Expand All @@ -40,13 +36,22 @@ The format is based on [Keep a Changelog], and this project adheres to
- **[BC]** Removed `EntityMessage[Names|Types].Foreign()` methods.
- **[BC]** Removed `EntityMessage[Names|Types].RoleOf()` methods.
- **[BC]** Removed `EntityMessage[Names|Types].All()` methods.
- **[BC]** Removed deprecated `fixtures` package.

### Changed

- **[BC]** Renamed `message.NameFromType()` to `NameFromStaticType()`.
- **[BC]** Changed `EntityMessage[Names|Types]` to use `message.Set` internally.

## [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

0 comments on commit 78b0ef0

Please sign in to comment.