Skip to content

Commit 0f3482b

Browse files
committed
Release 21.4.1
1 parent ca6c1fc commit 0f3482b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/release-notes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ title: Release Notes
66

77
Airframe uses YY.MM.patch versioning scheme, so the version numbers match with the release year and month.
88

9+
## 21.4.1
10+
11+
Added Scala 3.0.0-RC3 support. This version has no functional difference with 21.4.0.
12+
13+
Now, the following 9 modules support Scala 3.0.0-RC3:
14+
- airfarme-log
15+
- airframe-surface
16+
- airframe-canvas
17+
- airframe-control
18+
- airframe-metrics
19+
- airframe-msgpack
20+
- airframe-json
21+
- airframe-rx
22+
- airframe-ulid
23+
24+
Changes:
25+
- Add more modules with Scala 3.0.0-RC3 support ([#1591](https://github.com/wvlet/airframe/issues/1591)) [[ca6c1fcd0](https://github.com/wvlet/airframe/commit/ca6c1fcd0)]
26+
- Upgrade to Scala 3.0.0-RC3 ([#1590](https://github.com/wvlet/airframe/issues/1590)) [[ea7fc5600](https://github.com/wvlet/airframe/commit/ea7fc5600)]
27+
28+
Internal changes:
29+
- Deprecate sbt 0.13 syntax ([#1589](https://github.com/wvlet/airframe/issues/1589)) [[c68c40675](https://github.com/wvlet/airframe/commit/c68c40675)]
30+
- Update sbt, sbt-dependency-tree, ... to 1.5.0 ([#1577](https://github.com/wvlet/airframe/issues/1577)) [[2331a5294](https://github.com/wvlet/airframe/commit/2331a5294)]
31+
- Update airspec to 21.4.0 ([#1588](https://github.com/wvlet/airframe/issues/1588)) [[5579dad3b](https://github.com/wvlet/airframe/commit/5579dad3b)]
32+
933
## 21.4.0
1034

1135
### New Features

0 commit comments

Comments
 (0)