Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jul 20, 2023
1 parent 816f0ac commit f5faba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.12.0 - Pending
## 0.12.0 - 2023-07-20

+ 2023-03-22: `0.12.0-rc.1`
+ 2023-05-18: `0.12.0-rc.2`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ path = "src/lib.rs"
[dependencies]
futures = { version = "0.3", default-features = false, optional = true, features = ["alloc"] }
sea-schema-derive = { version = "0.2.0", path = "sea-schema-derive", default-features = false }
sea-query = { version = "0.29.0-rc.2", default-features = false, features = ["derive"] }
sea-query-binder = { version = "0.4.0-rc.2", default-features = false, optional = true }
sea-query = { version = "0.29.0", default-features = false, features = ["derive"] }
sea-query-binder = { version = "0.4.0", default-features = false, optional = true }
serde = { version = "1", default-features = false, optional = true, features = ["derive"] }
sqlx = { version = "0.6", default-features = false, optional = true }
log = { version = "0.4", default-features = false, optional = true }
Expand Down

0 comments on commit f5faba0

Please sign in to comment.