Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Aug 12, 2022
1 parent 5ccd949 commit 46ca7a5
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]

## [0.1.1] - 2022-08-12

### 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-materialize-datasource/compare/v0.1.0...HEAD
[unreleased]: https://github.com/sd2k/grafana-materialize-datasource/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/sd2k/grafana-materialize-datasource/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/sd2k/grafana-materialize-datasource/tag/v0.1.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-materialize-datasource"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT/Apache-2.0"
authors = [
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-materialize-datasource",
"version": "0.1.0",
"version": "0.1.1",
"description": "Materialize datasource for Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 46ca7a5

Please sign in to comment.