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
66
77## [ Unreleased]
88
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+
917## [ 0.4.1] ( https://github.com/trillium-rs/trillium/compare/trillium-smol-v0.4.0...trillium-smol-v0.4.1 ) - 2024-04-12
1018
1119### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " trillium-smol"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44authors = [" Jacob Rothstein <hi@jbr.me>" ]
55edition = " 2021"
66description = " smol runtime adapter for trillium.rs"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ fastrand = "2.0.1"
3636
3737[dependencies .trillium-smol ]
3838path = " ../smol"
39- version = " 0.4.1 "
39+ version = " 0.4.2 "
4040optional = true
4141
4242[dependencies .trillium-tokio ]
You can’t perform that action at this time.
0 commit comments