Skip to content

Commit

Permalink
chore(release): v1.0.0 → v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent bc6ba15 commit 897c47e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.1.0](https://github.com/broij/zarrow/compare/v1.0.0...v1.1.0) (2024-10-24)

### 👷 CI/CD

* publish to maven central ([72e6a63](https://github.com/broij/zarrow/commit/72e6a63b5dc4126f4a2ea90c543984f41d028b55))

### 📖 Docs

* improve README ([39ee182](https://github.com/broij/zarrow/commit/39ee182ecca42ac948df2ba7693e7e4b75b5c3c0))
* improve README ([ccf4cb1](https://github.com/broij/zarrow/commit/ccf4cb12246bbf56e9926ab7d9bb96a9b68000d3))

### ✨ Features

* add an operation to build a ZLayer out of a ZArrow ([bc6ba15](https://github.com/broij/zarrow/commit/bc6ba156fac26259929a9ebb9f98f4766ce49bbb))

## [1.0.0](https://github.com/broij/zarrow/compare/...v1.0.0) (2024-06-26)

### ✨ 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 := "1.0.0"
ThisBuild / version := "1.1.0"
ThisBuild / scalaVersion := "3.5.2"
ThisBuild / crossScalaVersions := Seq("3.5.2", "2.13.14", "2.12.20")

Expand Down

0 comments on commit 897c47e

Please sign in to comment.