Skip to content

Commit

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

## [Unreleased] - ReleaseDate

## [0.4.3] - 2024-01-18

### Added

- Add `VisType::FlameGraph` variant to indicate that a frame should be visualised using the flame graph panel introduced [here](https://github.com/grafana/grafana/pull/56376).
Expand Down Expand Up @@ -121,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of the SDK

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.4.3...HEAD
[0.4.3]: https://github.com/assert-rs/predicates-rs/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/assert-rs/predicates-rs/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/assert-rs/predicates-rs/compare/v0.4.0...v0.4.1
[unreleased]: https://github.com/grafana/grafana-plugin-sdk-rust/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion crates/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.4.2"
version = "0.4.3"
authors = ["Ben Sully <ben.sully@grafana.com>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions crates/grafana-plugin-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grafana-plugin-sdk"
version = "0.4.2"
version = "0.4.3"
authors = ["Ben Sully <ben.sully@grafana.com>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -16,7 +16,7 @@ cfg-if = "1.0.0"
chrono = "0.4.26"
futures-core = "0.3.28"
futures-util = "0.3.28"
grafana-plugin-sdk-macros = { version = "0.4.0", path = "../grafana-plugin-sdk-macros" }
grafana-plugin-sdk-macros = { version = "0.4.3", path = "../grafana-plugin-sdk-macros" }
http = "1.0.0"
itertools = "0.12.0"
num-traits = "0.2.15"
Expand Down

0 comments on commit f564589

Please sign in to comment.