Skip to content

Commit

Permalink
Bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Feb 10, 2023
1 parent d1667cc commit f0262a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changes

## Version 0.11.5
## Version 0.12.1

- fix: bigdecimal conversion overflow (#271)
- Reduce futures crate dependency footprint (#270)

## Version 0.12.0

- BREAKING: Correctly convert DateTimeOffset to/from database (#269)
Please read the [issue](https://github.com/prisma/tiberius/issues/260)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
name = "tiberius"
readme = "README.md"
repository = "https://github.com/prisma/tiberius"
version = "0.12.0"
version = "0.12.1"

[workspace]
members = ["runtimes-macro"]
Expand Down

0 comments on commit f0262a6

Please sign in to comment.