Skip to content

Commit

Permalink
chore(release): v2.1.0 → v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 26, 2025
1 parent ebe223d commit 1183dc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.1.1](https://github.com/broij/zarrow/compare/v2.1.0...v2.1.1) (2025-01-26)

### ⛑️ Fixes

* support scala 3.6.3 ([ebe223d](https://github.com/broij/zarrow/commit/ebe223d920fc5d8fc9c849660c8ca8249f57c059))

## [2.1.0](https://github.com/broij/zarrow/compare/v2.0.0...v2.1.0) (2025-01-11)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ThisBuild / credentials += Credentials(
)
ThisBuild / publishMavenStyle := true

ThisBuild / version := "2.1.0"
ThisBuild / version := "2.1.1"
ThisBuild / scalaVersion := "3.6.3"
ThisBuild / crossScalaVersions := Seq("3.6.3", "2.13.14", "2.12.20")

Expand Down

0 comments on commit 1183dc1

Please sign in to comment.