Commit fd9e21b 1 parent 7463f7b commit fd9e21b Copy full SHA for fd9e21b
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.1] - 2025-01-09
12
+
13
+ ### Changed
14
+ - Switch from ` proc-macro-error ` to ` proc-macro-error2 ` .
15
+ ([ #24 ] ( https://github.com/kyrias/sqlx-conditional-queries/pull/24 ) )
16
+
17
+
11
18
## [ 0.3.0] - 2025-01-07
12
19
13
20
### Fixed
@@ -56,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
63
- 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 ) )
57
64
58
65
59
- [ Unreleased ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.3.0...main
66
+ [ Unreleased ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.3.1...main
67
+ [ 0.3.1 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.3.0...0.3.1
60
68
[ 0.3.0 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.2.1...0.3.0
61
69
[ 0.2.1 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.2.0...0.2.1
62
70
[ 0.2.0 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.1.4...0.2.0
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.0 "
6
+ version = " 0.3.1 "
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.0 "
3
+ version = " 0.3.1 "
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.0 "
3
+ version = " 0.3.1 "
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