Skip to content

Commit c113083

Browse files
committed
Release version 0.10.1.0
1 parent 53b53dc commit c113083

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ This project has a hybrid automated/manual release flow:
2626
2727
When 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.
2930
1. 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

hedgehog-extras.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: hedgehog-extras
4-
version: 0.10.0.0
4+
version: 0.10.1.0
55
synopsis: Supplemental library for hedgehog
66
description: Supplemental library for hedgehog.
77
category: Test

0 commit comments

Comments
 (0)