Skip to content

Commit f104f45

Browse files
committed
Release version 1.0.1
1 parent 69bf552 commit f104f45

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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+
## [1.0.1]
11+
1012
### Changed
1113

1214
- Loosened requirements on Grafana to allow the plugin to run on any version
@@ -16,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618

1719
Initial release.
1820

19-
[unreleased]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.0...HEAD
21+
[unreleased]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.1...HEAD
22+
[1.0.1]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.0...v1.0.1
2023
[1.0.0]: https://github.com/sd2k/grafana-tokio-console-datasource/tag/v1.0.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grafana-tokio-console-datasource"
3-
version = "0.1.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bsull-tokio-console-datasource",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Tokio Console datasource for Grafana",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)