Skip to content

Commit 06ce766

Browse files
chore: release (#18)
1 parent 90b783d commit 06ce766

File tree

7 files changed

+49
-6
lines changed

7 files changed

+49
-6
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.2.2](https://github.com/YoloDev/rstml-component/compare/0.2.1..0.2.2) - 2024-01-18
6+
7+
### ✨ Features
8+
9+
- Component macro ([#15](https://github.com/YoloDev/rstml-component/pull/15)) - ([af19586](https://github.com/YoloDev/rstml-component/commit/af19586a86e0e760b0269d130962b72d904d5a75))
10+
11+
### 👷 CI
12+
13+
- Add new bot to auto-approve whitelist - ([90b783d](https://github.com/YoloDev/rstml-component/commit/90b783dd9b8301f0e03dd03f626b919e29efa1a0))
14+
- Use a better token - ([ffb1688](https://github.com/YoloDev/rstml-component/commit/ffb1688c0213bb35b6aa16386cd5b479377ae32c))
15+
- Setup releaser app - ([4f6fb89](https://github.com/YoloDev/rstml-component/commit/4f6fb8912e2509eda9f09b4f33f5dbc4431aede5))
16+
- Configure release-plz - ([f8f998f](https://github.com/YoloDev/rstml-component/commit/f8f998fc3e6c33f1c91c6959a0ccb9626f6924be))
17+
- Configure release-plz - ([ea5c1a4](https://github.com/YoloDev/rstml-component/commit/ea5c1a45bd126551d5f3400ea5c3be75ccf28db4))
18+
- Configure release-plz - ([82e5e56](https://github.com/YoloDev/rstml-component/commit/82e5e56d987b60a52874cf748e6c307d481aeb5a))
19+
- Configure release-plz - ([d56b6b9](https://github.com/YoloDev/rstml-component/commit/d56b6b9794fb2f954844c7ea2337037e5a91bb55))
20+
- Configure release-plz - ([d2978e4](https://github.com/YoloDev/rstml-component/commit/d2978e4421f30165b33d692f286d1de9f84c1b97))
21+
- Try release-plz - ([c57e2fe](https://github.com/YoloDev/rstml-component/commit/c57e2fef2cde98bc244c98661315f7026b7cfb0a))
22+
- Only run release-please in main repo - ([7434be1](https://github.com/YoloDev/rstml-component/commit/7434be1059cf30879ee9c190688f8526b8de7411))
23+
24+
# Changelog
25+
326
## [0.2.1](https://github.com/YoloDev/rstml-component/compare/rstml-component-v0.2.0...rstml-component-v0.2.1) (2023-08-18)
427

528

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

integrations/axum/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.2.5](https://github.com/YoloDev/rstml-component/compare/0.2.2..0.2.5) - 2024-01-18
6+
7+
### ✨ Features
8+
9+
- Component macro ([#15](https://github.com/YoloDev/rstml-component/pull/15)) - ([af19586](https://github.com/YoloDev/rstml-component/commit/af19586a86e0e760b0269d130962b72d904d5a75))
10+
11+
# Changelog
12+
313
* The following workspace dependencies were updated
414
* dependencies
515
* rstml-component bumped from 0.1.1 to 0.1.2

integrations/axum/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-axum"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
description = "Integration with rstml-component for Axum"
66
license.workspace = true

macro/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.2.2](https://github.com/YoloDev/rstml-component/compare/0.2.0..0.2.2) - 2024-01-18
6+
7+
### ✨ Features
8+
9+
- Component macro ([#15](https://github.com/YoloDev/rstml-component/pull/15)) - ([af19586](https://github.com/YoloDev/rstml-component/commit/af19586a86e0e760b0269d130962b72d904d5a75))
10+
11+
# Changelog
12+
313
## [0.2.0](https://github.com/YoloDev/rstml-component/compare/rstml-component-macro-v0.1.1...rstml-component-macro-v0.2.0) (2023-08-17)
414

515

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

0 commit comments

Comments
 (0)