Skip to content

Commit b9906d2

Browse files
chore: release
1 parent 1f0468a commit b9906d2

7 files changed

Lines changed: 38 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.7](https://github.com/YoloDev/rstml-component/compare/0.2.6..0.2.7) - 2026-04-14
6+
7+
### 🔨 Chore
8+
9+
- Update rust crate convert_case to 0.11 ([#136](https://github.com/YoloDev/rstml-component/issues/136)) - ([7cc8d58](https://github.com/YoloDev/rstml-component/commit/7cc8d58a997a7e5d06a7d10fd7cda89cc3129c09))
10+
- Update rust crate bytes to v1.11.1 ([#138](https://github.com/YoloDev/rstml-component/issues/138)) - ([5bb5752](https://github.com/YoloDev/rstml-component/commit/5bb5752fd07591c3f18d112b5ddc83eb9db92027))
11+
- Update rust crate syn to v2.0.115 ([#139](https://github.com/YoloDev/rstml-component/issues/139)) - ([43fc8a7](https://github.com/YoloDev/rstml-component/commit/43fc8a7f3b539492e3be36630e90882bf9d8548b))
12+
- Update rust crate syn to v2.0.116 ([#140](https://github.com/YoloDev/rstml-component/issues/140)) - ([9cf0dce](https://github.com/YoloDev/rstml-component/commit/9cf0dce4e128e73b8ebbb71fca63948b00153e9a))
13+
- Update rust crate syn to v2.0.117 ([#142](https://github.com/YoloDev/rstml-component/issues/142)) - ([e69db71](https://github.com/YoloDev/rstml-component/commit/e69db71efcd39dd57558fffca5cdda295bf50955))
14+
- Update rust crate tokio to v1.50.0 ([#143](https://github.com/YoloDev/rstml-component/issues/143)) - ([7718885](https://github.com/YoloDev/rstml-component/commit/77188855a91f822a630e211d18005b5a7845ee9c))
15+
- Update rust crate quote to v1.0.45 ([#144](https://github.com/YoloDev/rstml-component/issues/144)) - ([37f3c75](https://github.com/YoloDev/rstml-component/commit/37f3c75d1dd99fc6e7f36bdd4291c29f105ddc2c))
16+
- Update rust crate tokio to v1.51.0 ([#146](https://github.com/YoloDev/rstml-component/issues/146)) - ([2dad591](https://github.com/YoloDev/rstml-component/commit/2dad5915b377e51bfb14c9226be10cb5645cdc7d))
17+
- Update rust crate tokio to v1.51.1 ([#147](https://github.com/YoloDev/rstml-component/issues/147)) - ([3ce9a9a](https://github.com/YoloDev/rstml-component/commit/3ce9a9a1ae8ea5a9ddbbe8b973a77d6e4a1a7fd9))
18+
- Update axum monorepo ([#148](https://github.com/YoloDev/rstml-component/issues/148)) - ([1f0468a](https://github.com/YoloDev/rstml-component/commit/1f0468a4a6da205c8ad0ccc427c6465371011e99))
19+
20+
521
## [0.2.6](https://github.com/YoloDev/rstml-component/compare/0.2.5..0.2.6) - 2026-01-23
622

723
### 🔨 Chore

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstml-component"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2021"
55
description = "HTML Component Library for Rust"
66
license.workspace = true
@@ -14,7 +14,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1414

1515
[dependencies]
1616
bytes = { workspace = true }
17-
rstml-component-macro = { version = "0.2.5", path = "macro" }
17+
rstml-component-macro = { version = "0.2.6", path = "macro" }
1818
ammonia = { workspace = true, optional = true }
1919

2020
[features]

integrations/axum/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.11](https://github.com/YoloDev/rstml-component/compare/0.2.10..0.2.11) - 2026-04-14
6+
7+
### 🔨 Chore
8+
9+
- Updated the following local packages: rstml-component - ([0000000](https://github.com/YoloDev/rstml-component/commit/0000000))
10+
11+
512
## [0.2.10](https://github.com/YoloDev/rstml-component/compare/0.2.9..0.2.10) - 2026-01-23
613

714
### 🔨 Chore

integrations/axum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstml-component-axum"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
edition = "2021"
55
description = "Integration with rstml-component for Axum"
66
license.workspace = true
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1515
[dependencies]
1616
axum = { workspace = true }
1717
axum-extra = { workspace = true, features = ["typed-header"] }
18-
rstml-component = { version = "0.2.6", path = "../../" }
18+
rstml-component = { version = "0.2.7", path = "../../" }
1919

2020
[dev-dependencies]
2121
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

macro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.6](https://github.com/YoloDev/rstml-component/compare/0.2.5..0.2.6) - 2026-04-14
6+
7+
### 🔨 Chore
8+
9+
- Update Cargo.toml dependencies - ([0000000](https://github.com/YoloDev/rstml-component/commit/0000000))
10+
11+
512
## [0.2.5](https://github.com/YoloDev/rstml-component/compare/0.2.4..0.2.5) - 2026-01-23
613

714

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstml-component-macro"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
description = "Macros for rstml-component"
66
license.workspace = true

0 commit comments

Comments
 (0)