Skip to content

Commit

Permalink
Prepare release v1.1.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Mar 2, 2025
1 parent 7653738 commit 5de220e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v1.1.0

Michel Davit (6):
* Update pekko to 1.1
* Drop scala 2.12
* Add Java 21 to CI test (#128)
* Update scalamock to 6.2.0 (#127)
* Fix deprecated tlSonatypeUseLegacyHost setting (#129)

Scala Steward (12):
* Update sbt to 1.10.7
* Update java-dogstatsd-client to 4.4.3
* Update sbt-typelevel, ... to 0.7.7
* Update scala3-library to 3.3.5
* Update scala-library to 2.12.20
* Update scala-library to 2.13.16
* Update logback-classic to 1.5.17
* Update enumeratum to 1.7.5
* Update scalafmt-core to 3.8.6
* Update scalatest to 3.2.19
* Update scala-collection-compat to 2.13.0
* Update metrics-core, metrics-json to 4.2.30

## v1.0.1

* Update to pekko-http v1.0.1
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ The following implementations are supported:

| Version | Release date | Pekka Http version | Scala versions |
|---------|--------------|--------------------|-----------------------|
| `1.0.0` | 2023-08-14 | `1.0.0` | `3.3`, `2.13`, `2.12` |
| `1.1.0` | 2025-03-02 | `1.1.0` | `3.3`, `2.13` |
| `1.0.1` | 2024-04-09 | `1.0.1` | `3.3`, `2.13`, `2.12` |
| `1.0.0` | 2023-08-14 | `1.0.0` | `3.3`, `2.13`, `2.12` |

The complete list can be found in the [CHANGELOG](CHANGELOG.md) file.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val username = "RustedBones"
val repo = "pekko-http-metrics"
val githubUrl = s"https://github.com/$username/$repo"

ThisBuild / tlBaseVersion := "1.0"
ThisBuild / tlBaseVersion := "1.1"
ThisBuild / organization := "fr.davit"
ThisBuild / organizationName := "Michel Davit"
ThisBuild / startYear := Some(2019)
Expand Down

0 comments on commit 5de220e

Please sign in to comment.