File tree 3 files changed +13
-7
lines changed
3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
# unreleased
9
9
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
+
10
17
# 0.2.0
11
18
12
19
- remove dependency on ` pureharm-effect-cats ` in ` Compile ` , now only in ` Test `
Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ Utility library to be used in other pureharm modules:
13
13
14
14
## modules
15
15
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:
17
17
- [ 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 `
21
20
22
21
## usage
23
22
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.
25
24
26
25
## Copyright and License
27
26
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
86
86
87
87
// format: off
88
88
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
90
90
val attoV = " 0.9.3" // https://github.com/tpolecat/atto/releases
91
91
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
93
93
val log4catsV = " 1.2.2" // https://github.com/typelevel/log4cats/releases
94
94
// format: on
95
95
You can’t perform that action at this time.
0 commit comments