Skip to content

Commit 0c0750c

Browse files
chore: release
1 parent 79c7069 commit 0c0750c

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

+6
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.6](https://github.com/YoloDev/rstml-component/compare/0.2.5..0.2.6) - 2024-11-21
6+
7+
### 🔨 Chore
8+
9+
- Update mozilla-actions/sccache-action action to v0.0.6 ([#81](https://github.com/YoloDev/rstml-component/pull/81)) - ([a57c4e9](https://github.com/YoloDev/rstml-component/commit/a57c4e99b20373ff15f2667774829822b1d08e32))
10+
511
## [0.2.5](https://github.com/YoloDev/rstml-component/compare/0.2.4..0.2.5) - 2024-09-13
612

713
### ⬆️ Dependencies

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstml-component"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
description = "HTML Component Library for Rust"
66
license.workspace = true

integrations/axum/CHANGELOG.md

+6
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.10](https://github.com/YoloDev/rstml-component/compare/0.2.9..0.2.10) - 2024-11-21
6+
7+
### 🔨 Chore
8+
9+
- Update Cargo.lock dependencies - ([0000000](https://github.com/YoloDev/rstml-component/commit/0000000))
10+
511
## [0.2.9](https://github.com/YoloDev/rstml-component/compare/0.2.8..0.2.9) - 2024-09-18
612

713
### 🔨 Chore

integrations/axum/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstml-component-axum"
3-
version = "0.2.9"
3+
version = "0.2.10"
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.5", path = "../../" }
18+
rstml-component = { version = "0.2.6", path = "../../" }
1919

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

0 commit comments

Comments
 (0)