File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
# unreleased
9
9
10
+ # 0.4.0
11
+
12
+ ### dependency upgrades
13
+
14
+ - [ pureharm-db-core] ( https://github.com/busymachines/pureharm-db-core/releases ) ` 0.4.0 `
15
+
10
16
# 0.3.0
11
17
12
18
### 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.3 .0" ` . Which has these as its main dependencies:
16
+ - ` "com.busymachines" %% s"pureharm-db-core-jdbc" % "0.4 .0" ` . Which has these as its main dependencies:
17
17
- [ pgjdbc] ( https://github.com/pgjdbc/pgjdbc/releases ) ` 42.2.19 `
18
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 `
19
+ - [ pureharm-db-core] ( https://github.com/busymachines/pureharm-db-core/releases ) ` 0.4 .0 `
20
20
21
21
## usage
22
22
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ val Scala3RC1 = "3.0.0-RC1"
32
32
// see: https://github.com/xerial/sbt-sonatype#buildsbt
33
33
ThisBuild / sonatypeCredentialHost := " s01.oss.sonatype.org"
34
34
35
- ThisBuild / baseVersion := " 0.2 "
35
+ ThisBuild / baseVersion := " 0.4 "
36
36
ThisBuild / organization := " com.busymachines"
37
37
ThisBuild / organizationName := " BusyMachines"
38
38
ThisBuild / homepage := Option (url(" https://github.com/busymachines/pureharm-db-core-jdbc" ))
You can’t perform that action at this time.
0 commit comments