Skip to content

Commit 5de220e

Browse files
authored
Prepare release v1.1.0 (#130)
1 parent 7653738 commit 5de220e

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
Michel Davit (6):
6+
* Update pekko to 1.1
7+
* Drop scala 2.12
8+
* Add Java 21 to CI test (#128)
9+
* Update scalamock to 6.2.0 (#127)
10+
* Fix deprecated tlSonatypeUseLegacyHost setting (#129)
11+
12+
Scala Steward (12):
13+
* Update sbt to 1.10.7
14+
* Update java-dogstatsd-client to 4.4.3
15+
* Update sbt-typelevel, ... to 0.7.7
16+
* Update scala3-library to 3.3.5
17+
* Update scala-library to 2.12.20
18+
* Update scala-library to 2.13.16
19+
* Update logback-classic to 1.5.17
20+
* Update enumeratum to 1.7.5
21+
* Update scalafmt-core to 3.8.6
22+
* Update scalatest to 3.2.19
23+
* Update scala-collection-compat to 2.13.0
24+
* Update metrics-core, metrics-json to 4.2.30
25+
326
## v1.0.1
427

528
* Update to pekko-http v1.0.1

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ The following implementations are supported:
1818

1919
| Version | Release date | Pekka Http version | Scala versions |
2020
|---------|--------------|--------------------|-----------------------|
21-
| `1.0.0` | 2023-08-14 | `1.0.0` | `3.3`, `2.13`, `2.12` |
21+
| `1.1.0` | 2025-03-02 | `1.1.0` | `3.3`, `2.13` |
2222
| `1.0.1` | 2024-04-09 | `1.0.1` | `3.3`, `2.13`, `2.12` |
23+
| `1.0.0` | 2023-08-14 | `1.0.0` | `3.3`, `2.13`, `2.12` |
2324

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val username = "RustedBones"
33
val repo = "pekko-http-metrics"
44
val githubUrl = s"https://github.com/$username/$repo"
55

6-
ThisBuild / tlBaseVersion := "1.0"
6+
ThisBuild / tlBaseVersion := "1.1"
77
ThisBuild / organization := "fr.davit"
88
ThisBuild / organizationName := "Michel Davit"
99
ThisBuild / startYear := Some(2019)

0 commit comments

Comments
 (0)