Skip to content

Commit

Permalink
Prepare v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Aug 3, 2021
1 parent 74cff18 commit ebff6e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

# 0.5.0

This is the first release that is also available for Scala 3!

### dependency upgrades
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Utility library to be used in other pureharm modules:

## modules

- `"com.busymachines" %% s"pureharm-db-core-jdbc" % "0.4.0"`. Which has these as its main dependencies:
- [pgjdbc](https://github.com/pgjdbc/pgjdbc/releases) `42.2.19`
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.2.0`
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.4.0`
- `"com.busymachines" %% s"pureharm-db-core-jdbc" % "0.5.0"`. Which has these as its main dependencies:
- [pgjdbc](https://github.com/pgjdbc/pgjdbc/releases) `42.2.23`
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.3.0`
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.5.0`

## usage

Expand Down

0 comments on commit ebff6e9

Please sign in to comment.