File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
# unreleased
9
9
10
+ # 0.5.0
11
+
10
12
This is the first release that is also available for Scala 3!
11
13
12
14
### dependency upgrades
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Utility library to be used in other pureharm modules:
13
13
14
14
## modules
15
15
16
- - ` "com.busymachines" %% s"pureharm-db-core-jdbc" % "0.4 .0" ` . Which has these as its main dependencies:
17
- - [ pgjdbc] ( https://github.com/pgjdbc/pgjdbc/releases ) ` 42.2.19 `
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.4 .0 `
16
+ - ` "com.busymachines" %% s"pureharm-db-core-jdbc" % "0.5 .0" ` . Which has these as its main dependencies:
17
+ - [ pgjdbc] ( https://github.com/pgjdbc/pgjdbc/releases ) ` 42.2.23 `
18
+ - [ pureharm-core-anomaly] ( https://github.com/busymachines/pureharm-core/releases ) ` 0.3 .0 `
19
+ - [ pureharm-db-core] ( https://github.com/busymachines/pureharm-db-core/releases ) ` 0.5 .0 `
20
20
21
21
## usage
22
22
You can’t perform that action at this time.
0 commit comments