Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aprimadi committed Jan 30, 2024
1 parent 5daa5bb commit 11b8b9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,8 @@
=====

- Adding optional `start` parameter in schema APIs

0.5.0
=====

- Add `start` and `stop` optional parameters to schema query API (non-backwards compatible change)
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "influxdb2"
version = "0.4.6"
version = "0.5.0"
authors = ["Armin Primadi <[email protected]>", "Paul Dix <[email protected]>"]
keywords = ["influxdb", "influxdb2", "influxdb-client"]
description = "Influxdb 2 client library for rust"
Expand Down

0 comments on commit 11b8b9d

Please sign in to comment.