Skip to content

Commit 46ca7a5

Browse files
committed
Release version 0.1.1
1 parent 5ccd949 commit 46ca7a5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Diff for: 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+
## [0.1.1] - 2022-08-12
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-materialize-datasource/compare/v0.1.0...HEAD
21+
[unreleased]: https://github.com/sd2k/grafana-materialize-datasource/compare/v0.1.1...HEAD
22+
[0.1.1]: https://github.com/sd2k/grafana-materialize-datasource/compare/v0.1.0...v0.1.1
2023
[0.1.0]: https://github.com/sd2k/grafana-materialize-datasource/tag/v0.1.0

Diff for: Cargo.lock

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

Diff for: backend/Cargo.toml

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bsull-materialize-datasource",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Materialize datasource for Grafana",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)