Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jbr committed Apr 12, 2024
1 parent 7ca3726 commit 0bc2435
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions smol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1](https://github.com/trillium-rs/trillium/compare/trillium-smol-v0.4.0...trillium-smol-v0.4.1) - 2024-04-12

### Added
- *(smol)* enable the async-io feature on async-global-executor

### Other
- release
- release

## [0.4.0](https://github.com/trillium-rs/trillium/compare/trillium-smol-v0.3.3...trillium-smol-v0.4.0) - 2024-04-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion smol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-smol"
version = "0.4.0"
version = "0.4.1"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "smol runtime adapter for trillium.rs"
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fastrand = "2.0.1"

[dependencies.trillium-smol]
path = "../smol"
version = "0.4.0"
version = "0.4.1"
optional = true

[dependencies.trillium-tokio]
Expand Down

0 comments on commit 0bc2435

Please sign in to comment.