Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Aug 12, 2022
1 parent 69bf552 commit f104f45
Show file tree
Hide file tree
Showing 4 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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1]

### Changed

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

Initial release.

[unreleased]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.0...HEAD
[unreleased]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/sd2k/grafana-tokio-console-datasource/tag/v1.0.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grafana-tokio-console-datasource"
version = "0.1.0"
version = "1.0.1"
edition = "2021"
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bsull-tokio-console-datasource",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tokio Console datasource for Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit f104f45

Please sign in to comment.