Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Mar 16, 2022
1 parent 9751af9 commit 7b960cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2022-03-15

### Added

- Bump arrow2 dependency to 0.10.0, and re-export it as `grafana_plugin_sdk::arrow2`
Expand Down Expand Up @@ -51,5 +53,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of the SDK

[unreleased]: https://github.com/sd2k/grafana-plugin-sdk-rust/compare/v0.1.0...HEAD
[unreleased]: https://github.com/sd2k/grafana-plugin-sdk-rust/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/sd2k/grafana-plugin-sdk-rust/tag/v0.2.0
[0.1.0]: https://github.com/sd2k/grafana-plugin-sdk-rust/tag/v0.1.0
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grafana-plugin-sdk"
version = "0.1.0"
version = "0.2.0"
authors = ["Ben Sully <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -13,7 +13,7 @@ arrow2 = { version = "0.10.0", features = ["io_ipc"] }
chrono = "0.4.19"
futures-core = "0.3.17"
futures-util = "0.3.17"
grafana-plugin-sdk-macros = { version = "0.1.0", path = "./grafana-plugin-sdk-macros" }
grafana-plugin-sdk-macros = { version = "0.2.0", path = "./grafana-plugin-sdk-macros" }
http = "0.2.5"
itertools = "0.10.1"
num-traits = "0.2.14"
Expand Down
4 changes: 2 additions & 2 deletions grafana-plugin-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grafana-plugin-sdk-macros"
version = "0.1.0"
version = "0.2.0"
authors = ["Ben Sully <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand All @@ -16,7 +16,7 @@ quote = "1.0.10"
syn = { version = "1.0.81", features = ["full"] }

[dev-dependencies]
grafana-plugin-sdk = { version = "0.1.0", path = ".." }
grafana-plugin-sdk = { version = "0.2.0", path = ".." }
tokio = { version = "1.13.0", features = ["rt-multi-thread"] }
trybuild = "1.0.52"

Expand Down

0 comments on commit 7b960cd

Please sign in to comment.