Skip to content

Commit 6daf0ed

Browse files
Merge pull request #27 from NeedleInAJayStack/release/v0.0.10
doc: Updates v0.0.10 changelog
2 parents 1d35145 + 580ce93 commit 6daf0ed

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.10
4+
5+
- Adds a `HisRead with Filter` query type that allows filtering and performing multiple hisReads in one step.
6+
- Improves unit detection of historical data.
7+
- Fixes HisRead legend and DataFrame name to reflect the name of the point.
8+
39
## 0.0.9
410

511
Adds login/retry on a 403 response. This ensures that visualizations are still functional after long periods of

DEVELOPMENT_GUIDE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ Otherwise, nearly every Axon query can be visualized using the table view.
4343
To trigger a new release of the plugin, we need to push a version tag to github. This can be
4444
achieved with the following steps:
4545

46+
1. Fill out changelog and merge
4647
1. Run `npm version <major|minor|patch>`
47-
2. Run `git push origin main --follow-tags`
48-
3. Navigate to the GitHub releases page, and follow the instructions in the new draft release.
49-
4. Before submitting the plugin in Grafana Cloud, edit the release and make it public.
50-
5. Submit the plugin
48+
1. Run `git push origin main --follow-tags`
49+
1. Navigate to the GitHub releases page, and follow the instructions in the new draft release.
50+
1. Before submitting the plugin in Grafana Cloud, edit the release and make it public.
51+
1. Submit the plugin
5152

5253
---
5354

0 commit comments

Comments
 (0)