Commit 56853ec 1 parent 094328c commit 56853ec Copy full SHA for 56853ec
File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ Unreleased]
9
9
10
10
11
+ ## [ 0.3.2] - 2025-02-03
12
+
13
+ ### Fixed
14
+ - Catch duplicate compile-time bindings and cyclical compile-time binding references.
15
+ ([ #26 ] ( https://github.com/kyrias/sqlx-conditional-queries/pull/26 ) )
16
+
17
+
11
18
## [ 0.3.1] - 2025-01-09
12
19
13
20
### Changed
@@ -63,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
70
- Fixed bug introduced when removing brace escaping support that lead to out-of-bound panics when two bound parameter references were too far apart. ([ #4 ] ( https://github.com/kyrias/sqlx-conditional-queries/issues/4 ) )
64
71
65
72
66
- [ Unreleased ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.3.1...main
73
+ [ Unreleased ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.3.2...main
74
+ [ 0.3.1 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.3.1...0.3.2
67
75
[ 0.3.1 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.3.0...0.3.1
68
76
[ 0.3.0 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.2.1...0.3.0
69
77
[ 0.2.1 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.2.0...0.2.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["core", "macros"]
3
3
4
4
[package ]
5
5
name = " sqlx-conditional-queries"
6
- version = " 0.3.1 "
6
+ version = " 0.3.2 "
7
7
edition = " 2021"
8
8
description = " Compile-time conditional queries for SQLx"
9
9
repository = " https://github.com/kyrias/sqlx-conditional-queries"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sqlx-conditional-queries-core"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
description = " Internal functions for sqlx-conditional-queries"
6
6
repository = " https://github.com/kyrias/sqlx-conditional-queries"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sqlx-conditional-queries-macros"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
description = " Macro definition for sqlx-conditional-queries"
6
6
repository = " https://github.com/kyrias/sqlx-conditional-queries"
You can’t perform that action at this time.
0 commit comments