Skip to content

Commit 4a6610d

Browse files
chore: release (#20)
Co-authored-by: yolodev-release-publisher[bot] <157072298+yolodev-release-publisher[bot]@users.noreply.github.com>
1 parent fec3c4c commit 4a6610d

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

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.3](https://github.com/YoloDev/rstml-component/compare/0.2.2..0.2.3) - 2024-01-30
6+
7+
### 🔨 Chore
8+
9+
- Update mozilla-actions/sccache-action action to v0.0.4 ([#19](https://github.com/YoloDev/rstml-component/pull/19)) - ([0696364](https://github.com/YoloDev/rstml-component/commit/06963646a1c90ca585a2297c3ba312568aaef6d3))
10+
511
## [0.2.2](https://github.com/YoloDev/rstml-component/compare/0.2.1..0.2.2) - 2024-01-18
612

713
### ✨ Features

Cargo.lock

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

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"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
description = "HTML Component Library for Rust"
66
license.workspace = true

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.6](https://github.com/YoloDev/rstml-component/compare/0.2.5..0.2.6) - 2024-01-30
6+
7+
### 🔨 Chore
8+
9+
- Updated the following local packages: rstml-component - ([N/A](https://github.com/YoloDev/rstml-component/commit/N/A))
10+
511
## [0.2.5](https://github.com/YoloDev/rstml-component/compare/0.2.2..0.2.5) - 2024-01-18
612

713
### ✨ Features

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.5"
3+
version = "0.2.6"
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 = "0.7"
1717
axum-extra = { version = "0.9", features = ["typed-header"] }
18-
rstml-component = { version = "0.2.1", path = "../../" }
18+
rstml-component = { version = "0.2.3", path = "../../" }
1919

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

0 commit comments

Comments
 (0)