Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Apr 14, 2022
1 parent baf8621 commit b96264f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions 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.3.0] - 2022-04-14

### Added

- Added various new constructors for `SubscribeStreamResponse`, `PublishStreamResponse`
Expand Down Expand Up @@ -74,6 +76,7 @@ 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.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
[unreleased]: https://github.com/grafana/grafana-plugin-sdk-rust/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/grafana/grafana-plugin-sdk-rust/tag/v0.3.0
[0.2.0]: https://github.com/grafana/grafana-plugin-sdk-rust/tag/v0.2.0
[0.1.0]: https://github.com/grafana/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.2.0"
version = "0.3.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.2.0", path = "./grafana-plugin-sdk-macros" }
grafana-plugin-sdk-macros = { version = "0.3.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.2.0"
version = "0.3.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.2.0", path = ".." }
grafana-plugin-sdk = { version = "0.3.0", path = ".." }
tokio = { version = "1.13.0", features = ["rt-multi-thread"] }
trybuild = "1.0.52"

Expand Down

0 comments on commit b96264f

Please sign in to comment.