File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : effectful-opaleye
3- version : 0.1.0.0
3+ version : 0.1.0.1
44synopsis :
55 effectful support for high-level PostgreSQL operations via Opaleye.
66description :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : effectful-postgresql
3- version : 0.1.0.0
3+ version : 0.1.0.1
44synopsis :
55 effectful support for mid-level PostgreSQL operations.
66description :
You can’t perform that action at this time.
0 commit comments