Skip to content

Commit 22683ec

Browse files
committed
Prepare v0.4.0
1 parent 6ae6646 commit 22683ec

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

88
# unreleased
99

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+
1016
# 0.3.0
1117

1218
### dependency upgrades

README.md

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

1414
## modules
1515

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:
1717
- [pgjdbc](https://github.com/pgjdbc/pgjdbc/releases) `42.2.19`
1818
- [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`
2020

2121
## usage
2222

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val Scala3RC1 = "3.0.0-RC1"
3232
//see: https://github.com/xerial/sbt-sonatype#buildsbt
3333
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
3434

35-
ThisBuild / baseVersion := "0.2"
35+
ThisBuild / baseVersion := "0.4"
3636
ThisBuild / organization := "com.busymachines"
3737
ThisBuild / organizationName := "BusyMachines"
3838
ThisBuild / homepage := Option(url("https://github.com/busymachines/pureharm-db-core-jdbc"))

0 commit comments

Comments
 (0)