File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to the [ Package Versioning Policy (PVP)] ( https://pvp.haskell.org/ ) .
77
8- ## [ Unreleased]
8+ ## * Unreleased*
9+
10+ ## [ 0.10.1.0] - 2025-11-03
11+
12+ ### Changed
913- Updated dependency on tar ^>= 0.7
1014
1115## [ 0.10.0.0] - 2025-09-09
Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ This project has a hybrid automated/manual release flow:
2626
2727When you push a version bump to main, CI automatically creates a git tag:
2828
29+ 1. Update [CHANGELOG.md] to include the *Unreleased* changes in the changelog for the new version.
29301. Update ` hedgehog-extras.cabal` and set `version:` to the new version
30- 2 . Commit and push to main : ` git commit -m "Bump version to X.Y.Z.W" && git push origin main`
31- 3 . CI automatically creates and pushes tag `vX.Y.Z.W`
32- 4 . The release workflow then runs automatically
31+ 1 . Commit and push to main : ` git commit -m "Bump version to X.Y.Z.W" && git push origin main`
32+ 1 . CI automatically creates and pushes tag `vX.Y.Z.W`
33+ 1 . The release workflow then runs automatically
3334
3435# ## Manual Tagging
3536
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22
33name : hedgehog-extras
4- version : 0.10.0 .0
4+ version : 0.10.1 .0
55synopsis : Supplemental library for hedgehog
66description : Supplemental library for hedgehog.
77category : Test
You can’t perform that action at this time.
0 commit comments