Skip to content

Commit 9071a2a

Browse files
committed
Prepare for release
1 parent 1a80d14 commit 9071a2a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-csv-datasource/compare/v0.2.0...v0.3.0)
6+
7+
### Enhancements
8+
9+
- Add ARM support ([#13](https://github.com/marcusolsson/grafana-csv-datasource/issues/13))
10+
11+
### Bug fixes
12+
13+
- Windows: Paths with backslashes don't work ([#14](https://github.com/marcusolsson/grafana-csv-datasource/issues/14))
14+
315
## 0.2.0
416

517
[Full changelog](https://github.com/marcusolsson/grafana-csv-datasource/compare/v0.1.0...v0.2.0)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-csv-datasource",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A Grafana data source for loading CSV data",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)