Skip to content

Commit

Permalink
Fix release numbers in ChangeLog.md
Browse files Browse the repository at this point in the history
Fix incorrectly numbered releases in ChangeLog.md:
  * 0.1.0.1 -> 0.1.1.0
  * 0.1.0.1 (Revision 1) -> 0.1.1.0 (Revision 1)

The release numbers are correct on the releases page at [1] and on
Hackage, it's just ChangeLog.md that's incorrect.

[1]: https://github.com/pgujjula/apply-merge/releases
  • Loading branch information
pgujjula committed May 23, 2024
1 parent c11095b commit 05ba6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ SPDX-License-Identifier: BSD-3-Clause

# Changelog for apply-merge

## 0.1.0.1 (Revision 1)
## 0.1.1.0 (Revision 1)

### Changed
* Allow GHC 9.10.
* Allow containers-0.7.
* CI configured to also test GHC 9.10.1.

## 0.1.0.1
## 0.1.1.0

### Added
* Implementation of `applyMergeOn`
Expand Down

0 comments on commit 05ba6ad

Please sign in to comment.