Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 2, 2024
1 parent 490cc18 commit 8cb06c1
Show file tree
Hide file tree
Showing 45 changed files with 136 additions and 63 deletions.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1.0.108"
serde_path_to_error = "0.1.14"
serde_urlencoded = { version = "0.7.1", optional = true }
thiserror = "1.0.52"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }
trillium-macros = { version = "0.0.5", path = "../macros" }


Expand Down
2 changes: 1 addition & 1 deletion askama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["web-programming::http-server", "web-programming"]
[dependencies]
askama = "0.12.1"
mime-db = "1.7.0"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
trillium-smol = { path = "../smol" }
Expand Down
5 changes: 5 additions & 0 deletions async-std/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/trillium-rs/trillium/compare/trillium-async-std-v0.3.2...trillium-async-std-v0.3.3) - 2024-01-02

### Other
- updated the following local packages: trillium-http, trillium-server-common

## [0.3.2](https://github.com/trillium-rs/trillium/compare/trillium-async-std-v0.3.1...trillium-async-std-v0.3.2) - 2024-01-02

### Other
Expand Down
8 changes: 4 additions & 4 deletions async-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-async-std"
version = "0.3.2"
version = "0.3.3"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "async-std runtime adapter for trillium.rs"
Expand All @@ -13,10 +13,10 @@ categories = ["web-programming::http-server", "web-programming"]
[dependencies]
async-std = { version = "1.12.0", package = "async-std" }
log = "0.4.20"
trillium = { path = "../trillium", version = "0.2.12" }
trillium-http = { path = "../http", version = "0.3.10" }
trillium = { path = "../trillium", version = "0.2.13" }
trillium-http = { path = "../http", version = "0.3.11" }
trillium-macros = { version = "0.0.5", path = "../macros" }
trillium-server-common = { path = "../server-common", version = "0.4.6" }
trillium-server-common = { path = "../server-common", version = "0.4.7" }
url = "2.5.0"

[target.'cfg(unix)'.dependencies]
Expand Down
5 changes: 5 additions & 0 deletions aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/trillium-rs/trillium/compare/trillium-aws-lambda-v0.2.1...trillium-aws-lambda-v0.2.2) - 2024-01-02

### Other
- updated the following local packages: trillium-http

## [0.2.1](https://github.com/trillium-rs/trillium/compare/trillium-aws-lambda-v0.2.0...trillium-aws-lambda-v0.2.1) - 2024-01-02

### Other
Expand Down
6 changes: 3 additions & 3 deletions aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-aws-lambda"
version = "0.2.1"
version = "0.2.2"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "aws lambda adapter for trillium.rs"
Expand All @@ -19,5 +19,5 @@ serde = "1.0.193"
serde_derive = "1.0.193"
serde_json = "1.0.108"
tokio = { version = "1.35.1", features = ["rt", "net", "rt-multi-thread"], package = "tokio" }
trillium = { path = "../trillium", version = "0.2.12" }
trillium-http = { path = "../http", version = "0.3.10" }
trillium = { path = "../trillium", version = "0.2.13" }
trillium-http = { path = "../http", version = "0.3.11" }
2 changes: 1 addition & 1 deletion caching-headers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["web-programming::http-server", "web-programming"]
[dependencies]
etag = { version = "4.0.0", features = ["std"] }
httpdate = "1.0.3"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
trillium-smol = { path = "../smol" }
Expand Down
4 changes: 2 additions & 2 deletions channels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ log = "0.4.20"
querystrong = "0.3.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
trillium = { path = "../trillium", version = "0.2.12" }
trillium-websockets = { path = "../websockets", version = "0.6.1" }
trillium = { path = "../trillium", version = "0.2.13" }
trillium-websockets = { path = "../websockets", version = "0.6.2" }

[dev-dependencies]
trillium-api = { path = "../api" }
Expand Down
8 changes: 8 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1](https://github.com/trillium-rs/trillium/compare/trillium-client-v0.5.0...trillium-client-v0.5.1) - 2024-01-02

### Other
- Add tests for using `String` with `IntoUrl`
- `impl IntoUrl for String` for convenience
- use #[test(harness)] instead of #[test(harness = harness)]
- Update test-harness requirement from 0.1.1 to 0.2.0

## [0.5.0](https://github.com/trillium-rs/trillium/compare/trillium-client-v0.4.9...trillium-client-v0.5.0) - 2024-01-02

### Other
Expand Down
6 changes: 3 additions & 3 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-client"
version = "0.5.0"
version = "0.5.1"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "http/1.x client for trillium.rs"
Expand All @@ -19,7 +19,7 @@ futures-lite = "2.1.0"
httparse = "1.8.0"
log = "0.4.20"
size = "0.4.1"
trillium-server-common = { version = "0.4.6", path = "../server-common" }
trillium-server-common = { version = "0.4.7", path = "../server-common" }
url = "2.5.0"
mime = "0.3.17"
serde_json = { version = "1.0.108", optional = true }
Expand All @@ -32,7 +32,7 @@ memchr = "2.7.1"
[dependencies.trillium-http]
path = "../http"
features = ["unstable"]
version = "0.3.10"
version = "0.3.11"

[dev-dependencies]
async-channel = "2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion compression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "web-programming"]

[dependencies]
futures-lite = "2.1.0"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }
log = "0.4.20"

[dependencies.async-compression]
Expand Down
2 changes: 1 addition & 1 deletion conn-id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "web-programming"]

[dependencies]
fastrand = "2.0.1"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
trillium-testing = { path = "../testing" }
Expand Down
2 changes: 1 addition & 1 deletion cookies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "web-programming"]

[dependencies]
log = "0.4.20"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dependencies.cookie]
version = "0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion forwarding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["web-programming::http-server", "web-programming"]
[dependencies]
cidr = "0.2.2"
log = "0.4.20"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
trillium-logger = { path = "../logger" }
Expand Down
2 changes: 1 addition & 1 deletion handlebars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ handlebars = { version = "5.0.0", features = ["dir_source"] }
log = "0.4.20"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
env_logger = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion head/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["trillium", "framework", "async"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
trillium-smol = { path = "../smol" }
Expand Down
6 changes: 6 additions & 0 deletions http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.11](https://github.com/trillium-rs/trillium/compare/trillium-http-v0.3.10...trillium-http-v0.3.11) - 2024-01-02

### Other
- use #[test(harness)] instead of #[test(harness = harness)]
- Update test-harness requirement from 0.1.1 to 0.2.0

## [0.3.10](https://github.com/trillium-rs/trillium/compare/trillium-http-v0.3.9...trillium-http-v0.3.10) - 2024-01-02

### Other
Expand Down
2 changes: 1 addition & 1 deletion http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-http"
version = "0.3.10"
version = "0.3.11"
edition = "2021"
authors = ["Jacob Rothstein <[email protected]>"]
description = "the http implementation for the trillium toolkit"
Expand Down
2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ colored = "2.1.0"
log = "0.4.20"
size = "0.4.1"
time = { version = "0.3.31", features = ["local-offset", "formatting", "macros"] }
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
access_log_parser = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion method-override/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["trillium", "framework", "async"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }
querystrong = "0.3.0"

[dev-dependencies]
Expand Down
5 changes: 5 additions & 0 deletions native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https://github.com/trillium-rs/trillium/compare/trillium-native-tls-v0.3.1...trillium-native-tls-v0.3.2) - 2024-01-02

### Other
- updated the following local packages: trillium-server-common

## [0.3.1](https://github.com/trillium-rs/trillium/compare/trillium-native-tls-v0.3.0...trillium-native-tls-v0.3.1) - 2024-01-02

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions native-tls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-native-tls"
version = "0.3.1"
version = "0.3.2"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "native-tls adapter for trillium.rs"
Expand All @@ -13,7 +13,7 @@ categories = ["web-programming::http-server", "web-programming"]
[dependencies]
async-native-tls = "0.5.0"
native-tls = "0.2.11"
trillium-server-common = { path = "../server-common", version = "0.4.6" }
trillium-server-common = { path = "../server-common", version = "0.4.7" }

[dev-dependencies]
env_logger = "0.10.1"
Expand Down
5 changes: 5 additions & 0 deletions proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/trillium-rs/trillium/compare/trillium-proxy-v0.5.1...trillium-proxy-v0.5.2) - 2024-01-02

### Other
- updated the following local packages: trillium-http, trillium-server-common, trillium-client

## [0.5.1](https://github.com/trillium-rs/trillium/compare/trillium-proxy-v0.5.0...trillium-proxy-v0.5.1) - 2024-01-02

### Other
Expand Down
10 changes: 5 additions & 5 deletions proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-proxy"
version = "0.5.1"
version = "0.5.2"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "reverse proxy for trillium.rs"
Expand All @@ -23,11 +23,11 @@ futures-lite = "2.1.0"
log = "0.4.20"
size = "0.4.1"
sluice = "0.5.5"
trillium = { path = "../trillium", version = "0.2.12" }
trillium-client = { path = "../client", version = "0.5.0" }
trillium = { path = "../trillium", version = "0.2.13" }
trillium-client = { path = "../client", version = "0.5.1" }
trillium-forwarding = { version = "0.2.3", path = "../forwarding" }
trillium-http = { path = "../http", version = "0.3.10", features = ["unstable"] }
trillium-server-common = { version = "0.4.6", path = "../server-common", optional = true }
trillium-http = { path = "../http", version = "0.3.11", features = ["unstable"] }
trillium-server-common = { version = "0.4.7", path = "../server-common", optional = true }
url = "2.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion redirect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ keywords = ["trillium", "framework", "async"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }
2 changes: 1 addition & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["web-programming::http-server", "web-programming"]
[dependencies]
log = "0.4.20"
routefinder = "0.5.3"
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }

[dev-dependencies]
env_logger = "0.10.1"
Expand Down
5 changes: 5 additions & 0 deletions rustls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2](https://github.com/trillium-rs/trillium/compare/trillium-rustls-v0.4.1...trillium-rustls-v0.4.2) - 2024-01-02

### Other
- updated the following local packages: trillium-server-common

## [0.4.1](https://github.com/trillium-rs/trillium/compare/trillium-rustls-v0.4.0...trillium-rustls-v0.4.1) - 2024-01-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions rustls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-rustls"
version = "0.4.1"
version = "0.4.2"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "rustls adapter for trillium.rs"
Expand All @@ -21,7 +21,7 @@ rustls = "0.21.0"
rustls-native-certs = { version = "0.6.2", optional = true }
rustls-pemfile = "1.0.2"
rustls-webpki = "0.100.1"
trillium-server-common = { path = "../server-common", version = "0.4.6" }
trillium-server-common = { path = "../server-common", version = "0.4.7" }
webpki-roots = "0.23"

[dev-dependencies]
Expand Down
5 changes: 5 additions & 0 deletions server-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.7](https://github.com/trillium-rs/trillium/compare/trillium-server-common-v0.4.6...trillium-server-common-v0.4.7) - 2024-01-02

### Other
- Update test-harness requirement from 0.1.1 to 0.2.0

## [0.4.6](https://github.com/trillium-rs/trillium/compare/trillium-server-common-v0.4.5...trillium-server-common-v0.4.6) - 2024-01-02

### Other
Expand Down
6 changes: 3 additions & 3 deletions server-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trillium-server-common"
version = "0.4.6"
version = "0.4.7"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2021"
description = "server utilities for trillium.rs"
Expand All @@ -17,8 +17,8 @@ event-listener = "4.0.1"
futures-lite = "2.1.0"
log = "0.4.20"
pin-project-lite = "0.2.13"
trillium = { path = "../trillium", version = "0.2.12" }
trillium-http = { path = "../http", version = "0.3.10" }
trillium = { path = "../trillium", version = "0.2.13" }
trillium-http = { path = "../http", version = "0.3.11" }
url = "2.5.0"

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sessions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "web-programming"]

[dependencies]
trillium-cookies = { path = "../cookies", version = "0.4.1" }
trillium = { path = "../trillium", version = "0.2.12" }
trillium = { path = "../trillium", version = "0.2.13" }
async-session = "3.0.0"
log = "0.4.20"

Expand Down
5 changes: 5 additions & 0 deletions smol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/trillium-rs/trillium/compare/trillium-smol-v0.3.2...trillium-smol-v0.3.3) - 2024-01-02

### Other
- updated the following local packages: trillium-http, trillium-server-common

## [0.3.2](https://github.com/trillium-rs/trillium/compare/trillium-smol-v0.3.1...trillium-smol-v0.3.2) - 2024-01-02

### Other
Expand Down
Loading

0 comments on commit 8cb06c1

Please sign in to comment.