Skip to content

Commit

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

# unreleased

# 0.3.0

### dependency upgrades

- [pureharm-config](https://github.com/busymachines/pureharm-config/releases) `0.3.0`

# 0.2.0

## deprecations
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ See [changelog](./CHANGELOG.md).

The available modules are.

- `"com.busymachines" %% s"pureharm-db-core" % "0.2.0"`. Which has these as its main dependencies:
- `"com.busymachines" %% s"pureharm-db-core" % "0.3.0"`. Which has these as its main dependencies:
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.2.0`
- [pureharm-core-sprout](https://github.com/busymachines/pureharm-core/releases) `0.2.0`
- [pureharm-effects-cats](https://github.com/busymachines/pureharm-effects-cats/releases) `0.2.0`
- [pureharm-config](https://github.com/busymachines/pureharm-config/releases) `0.2.0`
- [pureharm-config](https://github.com/busymachines/pureharm-config/releases) `0.3.0`

## usage

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val Scala3RC1 = "3.0.0-RC1"
//see: https://github.com/xerial/sbt-sonatype#buildsbt
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"

ThisBuild / baseVersion := "0.2"
ThisBuild / baseVersion := "0.3"
ThisBuild / organization := "com.busymachines"
ThisBuild / organizationName := "BusyMachines"
ThisBuild / homepage := Option(url("https://github.com/busymachines/pureharm-db-core"))
Expand Down Expand Up @@ -85,7 +85,7 @@ ThisBuild / resolvers += Resolver.sonatypeRepo("releases")
ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")

val pureharmCoreV = "0.2.0" //https://github.com/busymachines/pureharm-core/releases
val pureharmConfigV = "0.2.0" //https://github.com/busymachines/pureharm-config/releases
val pureharmConfigV = "0.3.0" //https://github.com/busymachines/pureharm-config/releases

//=============================================================================
//============================== Project details ==============================
Expand Down

0 comments on commit a492042

Please sign in to comment.