You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.0.6] - 2020-02-07
11
+
10
12
### Changed
11
13
12
-
- Rewrite to `async` / `await`. Rust 1.39 is now the minimum required Rust version.
14
+
-Rewrite to `async` / `await`. Rust 1.39 is now the minimum required Rust version.
13
15
14
16
## [0.0.5] - 2019-08-16
15
17
@@ -58,7 +60,8 @@ This release removes the prefix `InfluxDb` of most types in this library and ree
58
60
- Improved Test Coverage: There's now even more tests verifying correctness of the crate (#5)
59
61
- It's no longer necessary to supply a wildcard generic when working with serde*integration: `client.json_query::<Weather>(query)` instead of `client.json_query::<Weather, *>(query)`
0 commit comments