Skip to content

Commit 016283f

Browse files
committed
Bump pureharm-db-core to 0.3.0
1 parent a454f4a commit 016283f

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# unreleased
99

10+
# 0.3.0
11+
12+
### dependency upgrades
13+
14+
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.2.0`
15+
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.3.0`
16+
1017
# 0.2.0
1118

1219
- remove dependency on `pureharm-effect-cats` in `Compile`, now only in `Test`

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ Utility library to be used in other pureharm modules:
1313

1414
## modules
1515

16-
- `"com.busymachines" %% s"pureharm-db-flyway" % "0.1.0"`. Which has these as its main dependencies:
16+
- `"com.busymachines" %% s"pureharm-db-core-jdbc" % "0.3.0"`. Which has these as its main dependencies:
1717
- [pgjdbc](https://github.com/pgjdbc/pgjdbc/releases) `42.2.19`
18-
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.1.0`
19-
- [pureharm-effects-cats](https://github.com/busymachines/pureharm-effects-cats/releases) `0.1.0`
20-
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.1.0`
18+
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.2.0`
19+
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.3.0`
2120

2221
## usage
2322

24-
Under construction. See [release notes](https://github.com/busymachines/pureharm-db-core/releases) and tests for examples.
23+
Under construction. See [release notes](https://github.com/busymachines/pureharm-db-core-jdbc/releases) and tests for examples.
2524

2625
## Copyright and License
2726

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
8686

8787
// format: off
8888
val pureharmCoreV = "0.2.0" //https://github.com/busymachines/pureharm-core/releases
89-
val pureharmDBCoreV = "0.2.0" //https://github.com/busymachines/pureharm-db-core/releases
89+
val pureharmDBCoreV = "0.3.0" //https://github.com/busymachines/pureharm-db-core/releases
9090
val attoV = "0.9.3" //https://github.com/tpolecat/atto/releases
9191
val pgJDBCV = "42.2.19" //java — https://github.com/pgjdbc/pgjdbc/releases
92-
val pureharmTestkitV = "0.2.0" //https://github.com/busymachines/pureharm-testkit/releases
92+
val pureharmTestkitV = "0.3.0" //https://github.com/busymachines/pureharm-testkit/releases
9393
val log4catsV = "1.2.2" //https://github.com/typelevel/log4cats/releases
9494
// format: on
9595

0 commit comments

Comments
 (0)