Skip to content

Commit ebff6e9

Browse files
committed
Prepare v0.5.0
1 parent 74cff18 commit ebff6e9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

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

88
# unreleased
99

10+
# 0.5.0
11+
1012
This is the first release that is also available for Scala 3!
1113

1214
### dependency upgrades

README.md

Lines changed: 4 additions & 4 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.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`
2020

2121
## usage
2222

0 commit comments

Comments
 (0)