Skip to content

Commit ffe5cf2

Browse files
github-actions[bot]jbr
authored andcommitted
chore: release
1 parent 31e6749 commit ffe5cf2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

smol/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

smol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trillium-smol"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Jacob Rothstein <hi@jbr.me>"]
55
edition = "2021"
66
description = "smol runtime adapter for trillium.rs"

testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fastrand = "2.0.1"
3636

3737
[dependencies.trillium-smol]
3838
path = "../smol"
39-
version = "0.4.1"
39+
version = "0.4.2"
4040
optional = true
4141

4242
[dependencies.trillium-tokio]

0 commit comments

Comments
 (0)