Skip to content

Commit 4461a36

Browse files
committed
chore(release): prepare for v0.4.0
Signed-off-by: Flokkq <[email protected]>
1 parent 5b1e1b8 commit 4461a36

File tree

3 files changed

+72
-52
lines changed

3 files changed

+72
-52
lines changed

CHANGELOG.md

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

33

4+
## [0.4.0](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/compare/v0.3.4..v0.4.0) - 2025-11-27
5+
6+
7+
8+
9+
### 🚜 Refactoring
10+
11+
- *(web)* Reverse dependencies of webfilters - ([5b1e1b8](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/commit/5b1e1b8d7c6e4257cf93cb5fbe758d8ebf591e59))
12+
13+
14+
## [0.3.4](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/compare/v0.3.3..v0.3.4) - 2025-11-19
15+
16+
17+
18+
19+
### 🔧Chores
20+
21+
- *(release)* Prepare for v0.3.4 - ([125c93d](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/commit/125c93d8d2aab0769be9e9cd0ca94f7b3c8e9729))
22+
23+
424
## [0.3.3](https://github.com/Flokkq/https://gitlab.com/htbla-kaindorf/informatik-24/syp/syp-4bhif/lagermanagement/ci_cd_is_better_on_gh/compare/v0.3.2..v0.3.3) - 2025-11-19
525

626

Cargo.lock

Lines changed: 49 additions & 49 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 = "sql-filter"
3-
version = "0.3.4"
3+
version = "0.4.0"
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.3.4" }
22-
sqlxo_macros = { path = "sqlxo_macros", version = "0.3.4" }
21+
sqlxo_traits = { path = "sqlxo_traits", version = "0.4.0" }
22+
sqlxo_macros = { path = "sqlxo_macros", version = "0.4.0" }
2323
sqlxo = { path = "sqlxo" }
2424

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

0 commit comments

Comments
 (0)