Skip to content

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Apr 5, 2021
1 parent 0a986e9 commit a454f4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

# 0.2.0

- remove dependency on `pureharm-effect-cats` in `Compile`, now only in `Test`

### dependency upgrades

- bump pureharm to `0.2.0`
- bump log4cats to `1.2.2`
- bump atto to `0.9.3`

# 0.1.0

Split out from [pureharm](https://github.com/busymachines/pureharm) as of version `0.0.7`.

:warning: Breaking changes :warning:

- renamed module maven artifact ID from `pureharm-db-core-psql` to `pureharm-db-core-jdbc`
- renamed package `busymachines.pureharm.db.psql` -> `busymachines.pureharm.db.pgjdbc`
3 changes: 2 additions & 1 deletion 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.1.0"
ThisBuild / baseVersion := "0.2"
ThisBuild / organization := "com.busymachines"
ThisBuild / organizationName := "BusyMachines"
ThisBuild / homepage := Option(url("https://github.com/busymachines/pureharm-db-core-jdbc"))
Expand Down Expand Up @@ -129,6 +129,7 @@ lazy val `db-core-jdbc` = project
//=============================================================================

lazy val commonSettings = Seq(
testFrameworks += new TestFramework("munit.Framework"),
Compile / unmanagedSourceDirectories ++= {
val major = if (isDotty.value) "-3" else "-2"
List(CrossType.Pure, CrossType.Full).flatMap(
Expand Down

0 comments on commit a454f4a

Please sign in to comment.