From cc0704e2f3082b52b6ce244183c79438708db3a9 Mon Sep 17 00:00:00 2001 From: Julian Psotta <22392104+MichaelsJP@users.noreply.github.com> Date: Wed, 28 Jul 2021 21:12:42 +0200 Subject: [PATCH] Bump Release to 0.2.1 (#43) --- .gitignore | 1 + CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++ ohsomeTools/metadata.txt | 3 ++- qgis-private-release.xml | 4 ++-- 4 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore index 6b2e57f..6bb2224 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ dmypy.json # Cython debug symbols cython_debug/ +/package.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..33818ab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,46 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +#### [v0.2.1-alpha](https://github.com/MichaelsJP/ohsome-qgis-plugin/compare/v0.2.0-alpha...v0.2.1-alpha) + +- replace the hex link with oqt to the top bar [`#41`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/41) +- Fix the qt related bug [`#39`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/39) +- Remove old release [`#38`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/38) +- Fix wrong url [`#37`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/37) + +#### [v0.2.0-alpha](https://github.com/MichaelsJP/ohsome-qgis-plugin/compare/v0.1.1-alpha...v0.2.0-alpha) + +> 27 July 2021 + +- Bump release [`#36`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/36) +- Add filter help button [`#34`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/34) +- fix old release url [`#33`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/33) +- Errors when no providers are available [`#31`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/31) +- Catch AttributeError when provider_combo is not present. [`#29`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/29) +- Replace the development logo [`#28`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/28) +- Renaming of OhsomeQgis, general tidyup, rename Plugin [`#25`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/25) +- Basic workflow [`#21`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/21) +- fix alpha version [`#19`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/19) +- fix the private qgis repo [`#17`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/17) +- fix download url for 0.1.1-alpha release [`beed76b`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/beed76bd8335de5b00a0bbcaae7c8a584c908b50) + +#### [v0.1.1-alpha](https://github.com/MichaelsJP/ohsome-qgis-plugin/compare/v0.1.0-alpha...v0.1.1-alpha) + +> 30 June 2021 + +- Version bump [`#16`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/16) +- fix the connection bug and add better debugging for failed connections [`#14`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/14) +- update readme [`#9`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/9) +- fix the qgis repo file name [`#8`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/8) +- Ohsome alpha version [`#3`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/3) + +#### v0.1.0-alpha + +> 26 June 2021 + +- Create MIT LICENSE [`#4`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/4) +- #1ā»basic layout [`#3`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/3) +- orstools structure [`bc2c9fc`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/bc2c9fcdc78724d4baf0841cb63033de714a28eb) +- added advanced endpoint selection [`9128eac`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/9128eac2a522b89342157918ac03503e4c406951) +- add ohsome endpoints [`99e0c2b`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/99e0c2bd1f1dfcd75bdf06d437c74c1051affde1) diff --git a/ohsomeTools/metadata.txt b/ohsomeTools/metadata.txt index 25f2f8f..69642a6 100644 --- a/ohsomeTools/metadata.txt +++ b/ohsomeTools/metadata.txt @@ -3,7 +3,7 @@ name=ohsomeTools qgisMinimumVersion=3.14 description=ohsome API, spatial and temporal OSM requests for QGIS -version=0.2.0-alpha +version=0.2.1-alpha author=HeiGIT gGmbH email=ohsome@heigit.org @@ -18,6 +18,7 @@ changelog=2021/07/27 v0.2.0-alpha - Fix old release URL - Fix bug when no providers are available. The plugin would normally crash. Removed: None + Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md tracker=https://github.com/GIScience/ohsome-qgis-plugin/issues repository=https://github.com/GIScience/ohsome-qgis-plugin.git diff --git a/qgis-private-release.xml b/qgis-private-release.xml index 65f8852..4b94834 100644 --- a/qgis-private-release.xml +++ b/qgis-private-release.xml @@ -1,11 +1,11 @@ - + ohsomeTools alpha version https://github.com/GIScience/ohsome-qgis-plugin/ 3.14 ohsomeTools.zip Julian Psotta - https://github.com/GIScience/ohsome-qgis-plugin/releases/download/v0.2.0-alpha/ohsomeTools.zip + https://github.com/GIScience/ohsome-qgis-plugin/releases/download/v0.2.1-alpha/ohsomeTools.zip