Skip to content

Commit b96264f

Browse files
committed
Release version 0.3.0
1 parent baf8621 commit b96264f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+6-3
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.3.0] - 2022-04-14
11+
1012
### Added
1113

1214
- Added various new constructors for `SubscribeStreamResponse`, `PublishStreamResponse`
@@ -74,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7476

7577
- Initial release of the SDK
7678

77-
[unreleased]: https://github.com/sd2k/grafana-plugin-sdk-rust/compare/v0.2.0...HEAD
78-
[0.2.0]: https://github.com/sd2k/grafana-plugin-sdk-rust/tag/v0.2.0
79-
[0.1.0]: https://github.com/sd2k/grafana-plugin-sdk-rust/tag/v0.1.0
79+
[unreleased]: https://github.com/grafana/grafana-plugin-sdk-rust/compare/v0.3.0...HEAD
80+
[0.3.0]: https://github.com/grafana/grafana-plugin-sdk-rust/tag/v0.3.0
81+
[0.2.0]: https://github.com/grafana/grafana-plugin-sdk-rust/tag/v0.2.0
82+
[0.1.0]: https://github.com/grafana/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.2.0"
3+
version = "0.3.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.2.0", path = "./grafana-plugin-sdk-macros" }
16+
grafana-plugin-sdk-macros = { version = "0.3.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.2.0"
3+
version = "0.3.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.2.0", path = ".." }
19+
grafana-plugin-sdk = { version = "0.3.0", path = ".." }
2020
tokio = { version = "1.13.0", features = ["rt-multi-thread"] }
2121
trybuild = "1.0.52"
2222

0 commit comments

Comments
 (0)