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
+25-2
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.0.5] - 2019-08-16
11
+
12
+
This release removes the prefix `InfluxDb` of most types in this library and reexports the types under the `influxdb::` path. In most cases, you can directly use the types now: e.g. `influxdb::Client` vs `influxdb::client::InfluxDbClient`.
13
+
14
+
### Added
15
+
16
+
- Switch to `cargo-readme` for README generation ([@senden9](https://github.com/senden9))
17
+
- Contributing Guidelines, Code of Conduct and Issue Templates
- Fix and Enforce Clippy Lints ([@msrd0](https://github.com/msrd0))
31
+
10
32
## [0.0.4] - 2019-08-16
11
33
12
34
### Added
13
35
14
-
- Possibility to authenticate against a InfluxDb instance (many thanks [@valkum](https://github.com/valkum))
36
+
- Possibility to authenticate against a InfluxDb instance ([@valkum](https://github.com/valkum))
15
37
16
38
## [0.0.3] - 2019-07-14
17
39
@@ -32,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
54
- Improved Test Coverage: There's now even more tests verifying correctness of the crate (#5)
33
55
- 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