Skip to content

Commit 829e1db

Browse files
chore: release (#54)
Co-authored-by: yolodev-release-publisher[bot] <157072298+yolodev-release-publisher[bot]@users.noreply.github.com>
1 parent d807571 commit 829e1db

File tree

7 files changed

+61
-8
lines changed

7 files changed

+61
-8
lines changed

CHANGELOG.md

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

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

5+
## [0.2.5](https://github.com/YoloDev/rstml-component/compare/0.2.4..0.2.5) - 2024-09-13
6+
7+
### ⬆️ Dependencies
8+
9+
- Update rust crate syn to v2.0.76 ([#75](https://github.com/YoloDev/rstml-component/pull/75)) - ([655e199](https://github.com/YoloDev/rstml-component/commit/655e19960110c7ed7f2f077920b86dba43d04c9b))
10+
- Update rust crate quote to v1.0.37 ([#74](https://github.com/YoloDev/rstml-component/pull/74)) - ([47397dd](https://github.com/YoloDev/rstml-component/commit/47397dd1606b1f621cd85672fed5c586cf71b741))
11+
- Update rust crate syn to v2.0.75 ([#73](https://github.com/YoloDev/rstml-component/pull/73)) - ([bc35f88](https://github.com/YoloDev/rstml-component/commit/bc35f8842fdfe29471f06cf2a19e99650fc1a434))
12+
- Update rust crate indexmap to v2.4.0 ([#71](https://github.com/YoloDev/rstml-component/pull/71)) - ([c3c10b4](https://github.com/YoloDev/rstml-component/commit/c3c10b47ad90d28bf0fe975d66f0a531153be948))
13+
- Update rust crate syn to v2.0.74 ([#70](https://github.com/YoloDev/rstml-component/pull/70)) - ([caef19d](https://github.com/YoloDev/rstml-component/commit/caef19d8bed10dc59c6d57d9577b2f3140ae2f89))
14+
- Update rust crate syn to v2.0.73 ([#69](https://github.com/YoloDev/rstml-component/pull/69)) - ([6c5f0b2](https://github.com/YoloDev/rstml-component/commit/6c5f0b2afd0114e09ecd445d0ba7260c7cf9288b))
15+
- Update rust crate bytes to v1.7.1 ([#68](https://github.com/YoloDev/rstml-component/pull/68)) - ([2ce85cc](https://github.com/YoloDev/rstml-component/commit/2ce85cc840740453d42b280321cb99cca1562351))
16+
- Update rust crate indexmap to v2.3.0 ([#67](https://github.com/YoloDev/rstml-component/pull/67)) - ([d50a1d2](https://github.com/YoloDev/rstml-component/commit/d50a1d27ff86622809def469840cb46551b67353))
17+
- Update rust crate bytes to v1.7.0 ([#66](https://github.com/YoloDev/rstml-component/pull/66)) - ([b6409c5](https://github.com/YoloDev/rstml-component/commit/b6409c5c38f82be727d0eacdd70534aab919d334))
18+
- Update rust crate syn to v2.0.72 ([#61](https://github.com/YoloDev/rstml-component/pull/61)) - ([d88660b](https://github.com/YoloDev/rstml-component/commit/d88660be09d85e1367e2b28ecbe7227ede3a601d))
19+
- Update rust crate bytes to v1.6.1 ([#59](https://github.com/YoloDev/rstml-component/pull/59)) - ([2a96892](https://github.com/YoloDev/rstml-component/commit/2a968927d6ac48554a371a83dac952d139c0122b))
20+
- Update rust crate syn to v2.0.71 ([#58](https://github.com/YoloDev/rstml-component/pull/58)) - ([b355ce9](https://github.com/YoloDev/rstml-component/commit/b355ce936c973607eba35191b79524b1c50249f0))
21+
- Update rust crate syn to v2.0.70 ([#57](https://github.com/YoloDev/rstml-component/pull/57)) - ([755dbc7](https://github.com/YoloDev/rstml-component/commit/755dbc7dd67c29a179b0a49d8a778e1f2ffa31c7))
22+
- Update rust crate syn to v2.0.69 ([#56](https://github.com/YoloDev/rstml-component/pull/56)) - ([5527a8c](https://github.com/YoloDev/rstml-component/commit/5527a8ccb9787d29e28eab234a2b5ada81cdab00))
23+
- Update rust crate syn to v2.0.68 ([#55](https://github.com/YoloDev/rstml-component/pull/55)) - ([c3a78a4](https://github.com/YoloDev/rstml-component/commit/c3a78a450d272c7e2bed9bbb37b115de366a792d))
24+
- Update rust crate syn to v2.0.67 ([#53](https://github.com/YoloDev/rstml-component/pull/53)) - ([1f0fa3d](https://github.com/YoloDev/rstml-component/commit/1f0fa3de185d65fbb40c3398f1233631038c1409))
25+
- Update rust crate proc-macro2 to v1.0.86 ([#52](https://github.com/YoloDev/rstml-component/pull/52)) - ([b368790](https://github.com/YoloDev/rstml-component/commit/b368790443ecab4de1023ddf76746aefd212e7e3))
26+
27+
### 🐛 Bug Fixes
28+
29+
- Update deps - ([db5c42b](https://github.com/YoloDev/rstml-component/commit/db5c42b7eefbebe50c1d22d7266ee4db95cd46e8))
30+
31+
### 🔨 Chore
32+
33+
- Add #[expect] to clippy warning - ([d807571](https://github.com/YoloDev/rstml-component/commit/d8075710e2e769a222361d3ad26d532c4188b4c9))
34+
- Use workspace deps - ([93953c4](https://github.com/YoloDev/rstml-component/commit/93953c43c0057d3f9907e92c91d86106cebd678e))
35+
- Update rust crate tokio to v1.39.3 ([#72](https://github.com/YoloDev/rstml-component/pull/72)) - ([21cd73c](https://github.com/YoloDev/rstml-component/commit/21cd73cc8f4d42f1dc096c7c964f71e7a3ea5aa2))
36+
- Update rust crate tokio to v1.39.2 ([#64](https://github.com/YoloDev/rstml-component/pull/64)) - ([7728ea4](https://github.com/YoloDev/rstml-component/commit/7728ea4fd35190a8ce44d5a020a4ab6df8610059))
37+
- Update rust crate tokio to v1.39.1 ([#63](https://github.com/YoloDev/rstml-component/pull/63)) - ([256d9f2](https://github.com/YoloDev/rstml-component/commit/256d9f23204dc890e2bd7648b8c93b42400f7dc2))
38+
- Update rust crate tokio to v1.39.0 ([#62](https://github.com/YoloDev/rstml-component/pull/62)) - ([2014b5b](https://github.com/YoloDev/rstml-component/commit/2014b5b929b4166a7664f280e713a2fc2f8d8b95))
39+
- Update rust crate tokio to v1.38.1 ([#60](https://github.com/YoloDev/rstml-component/pull/60)) - ([c70b902](https://github.com/YoloDev/rstml-component/commit/c70b902f543d6f5eb4206d14ed1d0396099e2f04))
40+
- Update mozilla-actions/sccache-action action to v0.0.5 ([#51](https://github.com/YoloDev/rstml-component/pull/51)) - ([5aa88b0](https://github.com/YoloDev/rstml-component/commit/5aa88b06a879d5515c77147367dcc5e47ee5fec0))
41+
542
## [0.2.4](https://github.com/YoloDev/rstml-component/compare/0.2.3..0.2.4) - 2024-05-16
643

744
### ⬆️ Dependencies

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.4"
3+
version = "0.2.5"
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.3", path = "macro" }
17+
rstml-component-macro = { version = "0.2.4", path = "macro" }
1818
ammonia = { workspace = true, optional = true }
1919

2020
[features]

integrations/axum/CHANGELOG.md

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

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

5+
## [0.2.8](https://github.com/YoloDev/rstml-component/compare/0.2.7..0.2.8) - 2024-09-13
6+
7+
### 🔨 Chore
8+
9+
- Use workspace deps - ([93953c4](https://github.com/YoloDev/rstml-component/commit/93953c43c0057d3f9907e92c91d86106cebd678e))
10+
511
## [0.2.7](https://github.com/YoloDev/rstml-component/compare/0.2.6..0.2.7) - 2024-05-16
612

713
### ⬆️ Dependencies

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.7"
3+
version = "0.2.8"
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.4", path = "../../" }
18+
rstml-component = { version = "0.2.5", path = "../../" }
1919

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

macro/CHANGELOG.md

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

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

5+
## [0.2.4](https://github.com/YoloDev/rstml-component/compare/0.2.3..0.2.4) - 2024-09-13
6+
7+
### 🐛 Bug Fixes
8+
9+
- Update deps - ([db5c42b](https://github.com/YoloDev/rstml-component/commit/db5c42b7eefbebe50c1d22d7266ee4db95cd46e8))
10+
11+
### 🔨 Chore
12+
13+
- Use workspace deps - ([93953c4](https://github.com/YoloDev/rstml-component/commit/93953c43c0057d3f9907e92c91d86106cebd678e))
14+
515
## [0.2.3](https://github.com/YoloDev/rstml-component/compare/0.2.2..0.2.3) - 2024-05-16
616

717
### ⬆️ Dependencies

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.3"
3+
version = "0.2.4"
44
edition = "2021"
55
description = "Macros for rstml-component"
66
license.workspace = true

0 commit comments

Comments
 (0)