Skip to content

Commit 812b378

Browse files
authored
Merge pull request #14 from sd2k/release-v0.1.1
Release version 0.1.1
2 parents 5ccd949 + 46ca7a5 commit 812b378

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = [

package.json

Lines changed: 1 addition & 1 deletion
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)