Skip to content

Commit 55eaaa9

Browse files
authored
Merge pull request #3 from fpringle/fpringle/release-0.1.0.1
Release `v0.1.0.1`
2 parents dcde266 + f7a67e0 commit 55eaaa9

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

effectful-opaleye/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask
77

88
## [Unreleased]
99

10+
## [0.1.0.1] - 04.08.2025
11+
12+
### Changed
13+
14+
- Increased upper bounds on `effectful-core` to support `2.6`
15+
1016
## [0.1.0.0] - 22.07.2025
1117

1218
### Added
@@ -16,5 +22,6 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask
1622
- Reasonably detailed READMEs.
1723
- CI that builds and tests the packages for each version of GHC in the `tested-with` field.
1824

19-
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.0...HEAD
25+
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.1...HEAD
26+
[0.1.0.1]: https://github.com/fpringle/effectful-postgresql/releases/tag/v0.1.0.1
2027
[0.1.0.0]: https://github.com/fpringle/effectful-postgresql/releases/tag/v0.1.0.0

effectful-opaleye/effectful-opaleye.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: effectful-opaleye
3-
version: 0.1.0.0
3+
version: 0.1.0.1
44
synopsis:
55
effectful support for high-level PostgreSQL operations via Opaleye.
66
description:

effectful-postgresql/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask
77

88
## [Unreleased]
99

10+
## [0.1.0.1] - 04.08.2025
11+
12+
### Changed
13+
14+
- Increased upper bounds on `effectful-core` to support `2.6`
15+
1016
## [0.1.0.0] - 22.07.2025
1117

1218
### Added
@@ -16,5 +22,6 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask
1622
- Reasonably detailed READMEs
1723
- CI that builds and tests the packages for each version of GHC in the `tested-with` field.
1824

19-
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.0...HEAD
25+
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.1...HEAD
26+
[0.1.0.1]: https://github.com/fpringle/effectful-postgresql/releases/tag/v0.1.0.1
2027
[0.1.0.0]: https://github.com/fpringle/effectful-postgresql/releases/tag/v0.1.0.0

effectful-postgresql/effectful-postgresql.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: effectful-postgresql
3-
version: 0.1.0.0
3+
version: 0.1.0.1
44
synopsis:
55
effectful support for mid-level PostgreSQL operations.
66
description:

0 commit comments

Comments
 (0)