Skip to content

Commit 7b960cd

Browse files
committed
Release version 0.2.0
1 parent 9751af9 commit 7b960cd

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2022-03-15
11+
1012
### Added
1113

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

5254
- Initial release of the SDK
5355

54-
[unreleased]: https://github.com/sd2k/grafana-plugin-sdk-rust/compare/v0.1.0...HEAD
56+
[unreleased]: https://github.com/sd2k/grafana-plugin-sdk-rust/compare/v0.2.0...HEAD
57+
[0.2.0]: https://github.com/sd2k/grafana-plugin-sdk-rust/tag/v0.2.0
5558
[0.1.0]: https://github.com/sd2k/grafana-plugin-sdk-rust/tag/v0.1.0

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grafana-plugin-sdk"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Ben Sully <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
edition = "2021"
@@ -13,7 +13,7 @@ arrow2 = { version = "0.10.0", features = ["io_ipc"] }
1313
chrono = "0.4.19"
1414
futures-core = "0.3.17"
1515
futures-util = "0.3.17"
16-
grafana-plugin-sdk-macros = { version = "0.1.0", path = "./grafana-plugin-sdk-macros" }
16+
grafana-plugin-sdk-macros = { version = "0.2.0", path = "./grafana-plugin-sdk-macros" }
1717
http = "0.2.5"
1818
itertools = "0.10.1"
1919
num-traits = "0.2.14"

grafana-plugin-sdk-macros/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grafana-plugin-sdk-macros"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Ben Sully <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
edition = "2018"
@@ -16,7 +16,7 @@ quote = "1.0.10"
1616
syn = { version = "1.0.81", features = ["full"] }
1717

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

0 commit comments

Comments
 (0)