Skip to content

Commit 096b5d9

Browse files
committed
Bump to version 0.3.0
1 parent 26ab258 commit 096b5d9

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,23 @@ Unreleased
1616
1717
-->
1818

19+
## 0.3.0 - 2023-04-20
20+
21+
* Add option to enable/disable a toolbar icon by @Guts in <https://github.com/Guts/qgis-plugin-resource-browser/pull/25>
22+
* Feature: add context menu to graphical preview by @Guts in <https://github.com/Guts/qgis-plugin-resource-browser/pull/26>
23+
* CI: update release workflows by @Guts in <https://github.com/Guts/qgis-plugin-resource-browser/pull/27>
24+
1925
## 0.2.0 - 2023-04-19
2026

21-
- Add settings shortcut in main UI
22-
- Minor improvments
27+
* Add settings shortcut in main UI
28+
* Minor improvments
2329

2430
## 0.1.1 - 2023-03-27
2531

26-
- Fix icon
27-
- Fix deployment through GitHub Actions
32+
* Fix icon
33+
* Fix deployment through GitHub Actions
2834

2935
## 0.1.0 - 2023-03-27
3036

31-
- Reuse logic and UI extracted from ENMap-Box plugin
32-
- Generated with the [QGIS Plugins templater](https://oslandia.gitlab.io/qgis/template-qgis-plugin/)
37+
* Reuse logic and UI extracted from ENMap-Box plugin
38+
* Generated with the [QGIS Plugins templater](https://oslandia.gitlab.io/qgis/template-qgis-plugin/)

pyqgis_resource_browser/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ qgisMinimumVersion=3.28
2121
qgisMaximumVersion=3.99
2222

2323
# versioning
24-
version=0.2.0
24+
version=0.3.0
2525
changelog=

0 commit comments

Comments
 (0)