Skip to content

Commit

Permalink
Bump Release to 0.2.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP authored Jul 28, 2021
1 parent b257179 commit cc0704e
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ dmypy.json

# Cython debug symbols
cython_debug/
/package.json
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 2 additions & 1 deletion ohsomeTools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions qgis-private-release.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<plugins>
<pyqgis_plugin name="ohsomeTools" version="0.2.0-alpha">
<pyqgis_plugin name="ohsomeTools" version="0.2.1-alpha">
<description>ohsomeTools alpha version</description>
<homepage>https://github.com/GIScience/ohsome-qgis-plugin/</homepage>
<qgis_minimum_version>3.14</qgis_minimum_version>
<file_name>ohsomeTools.zip</file_name>
<author_name>Julian Psotta</author_name>
<download_url>https://github.com/GIScience/ohsome-qgis-plugin/releases/download/v0.2.0-alpha/ohsomeTools.zip</download_url>
<download_url>https://github.com/GIScience/ohsome-qgis-plugin/releases/download/v0.2.1-alpha/ohsomeTools.zip</download_url>
</pyqgis_plugin>
</plugins>

0 comments on commit cc0704e

Please sign in to comment.