Commit fc9eb1a 1 parent 989950e commit fc9eb1a Copy full SHA for fc9eb1a
File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.4] - 2024-03-27
11
+
10
12
### Deprecated
11
13
12
14
- Deprecated ` fetch_many ` method since it was deprecated in ` sqlx ` 0.7.4. ([ #17 ] ( https://github.com/kyrias/sqlx-conditional-queries/pull/17 ) )
@@ -28,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
29
31
30
32
[ Unreleased ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.1.2...main
33
+ [ 0.1.3 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.1.3...0.1.4
31
34
[ 0.1.3 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.1.2...0.1.3
32
35
[ 0.1.2 ] : https://github.com/kyrias/sqlx-conditional-queries/compare/0.1.1...0.1.2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ members = [
6
6
7
7
[package ]
8
8
name = " sqlx-conditional-queries"
9
- version = " 0.1.3 "
9
+ version = " 0.1.4 "
10
10
edition = " 2021"
11
11
description = " Compile-time conditional queries for SQLx"
12
12
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.1.3 "
3
+ version = " 0.1.4 "
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.1.3 "
3
+ version = " 0.1.4 "
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