Skip to content

Commit c465efc

Browse files
committed
chore(release): prepare for v0.4.4
Signed-off-by: Flokkq <[email protected]>
1 parent 80679dc commit c465efc

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

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

33

4+
## [0.4.4](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/compare/v0.4.3..v0.4.4) - 2025-12-16
5+
6+
7+
8+
9+
### 🔧Chores
10+
11+
- Lint and reformat - ([80679dc](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/commit/80679dc16b7ccf869d93dd294ea22c5840279e83))
12+
13+
414
## [0.4.3](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/compare/v0.4.2..v0.4.3) - 2025-12-16
515

616

@@ -17,6 +27,7 @@
1727

1828
### 🔧Chores
1929

30+
- *(release)* Prepare for v0.4.3 - ([e8c5d52](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/commit/e8c5d520f18a2c2aa1665ee46a2dd298b463ba55))
2031
- Update README - ([32e2e51](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/commit/32e2e51ffa51bb04dfa03219a2a261049b59fdb2))
2132
- *(examples)* Rename package - ([4eb9c37](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/commit/4eb9c37d03a641b0def875c0ee4075d6d66172da))
2233

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
name = "sqxlo workspace"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
authors = ["Flokkq <[email protected]>"]
66
license = "MIT"
@@ -18,8 +18,8 @@ members = [
1818
]
1919

2020
[workspace.dependencies]
21-
sqlxo_traits = { path = "sqlxo_traits", version = "0.4.3" }
22-
sqlxo_macros = { path = "sqlxo_macros", version = "0.4.3" }
21+
sqlxo_traits = { path = "sqlxo_traits", version = "0.4.4" }
22+
sqlxo_macros = { path = "sqlxo_macros", version = "0.4.4" }
2323
sqlxo = { path = "sqlxo" }
2424

2525
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)