File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.4.2] ( https://github.com/trillium-rs/trillium/compare/trillium-smol-v0.4.1...trillium-smol-v0.4.2 ) - 2024-07-03
10
+
11
+ ### Added
12
+ - * (smol)* use async_signal instead of signal_hook_async_std
13
+
14
+ ### Other
15
+ - release
16
+
9
17
## [ 0.4.1] ( https://github.com/trillium-rs/trillium/compare/trillium-smol-v0.4.0...trillium-smol-v0.4.1 ) - 2024-04-12
10
18
11
19
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " trillium-smol"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
authors = [" Jacob Rothstein <hi@jbr.me>" ]
5
5
edition = " 2021"
6
6
description = " smol runtime adapter for trillium.rs"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ fastrand = "2.0.1"
36
36
37
37
[dependencies .trillium-smol ]
38
38
path = " ../smol"
39
- version = " 0.4.1 "
39
+ version = " 0.4.2 "
40
40
optional = true
41
41
42
42
[dependencies .trillium-tokio ]
You can’t perform that action at this time.
0 commit comments