Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Jan 5, 2021
1 parent cdd8313 commit b6cbcf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs-tokio"
version = "1.0.0"
version = "2.0.0"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -49,7 +49,7 @@ default-features = false
env_logger = "0.4.3"
maplit = "1.0.0"
regex = "0.2.5"
cdrs-tokio-helpers-derive = "1.0"
cdrs-tokio-helpers-derive = "1.1"

[[example]]
name = "dynamic_cluster"
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## x.y.z
## 2.0.0

### New

* Support for `NonZero*` types.
* Support for `chrono` `NaiveDateTime` and `DateTime<Utc>`.
* Update `tokio` to 1.0.
* `Pager` supporting `QueryValues` and consistency.

## 1.0.0

Expand Down

0 comments on commit b6cbcf4

Please sign in to comment.