Releases: technologiestiftung/giessdenkiez-de-osm-pumpen-harvester
Releases · technologiestiftung/giessdenkiez-de-osm-pumpen-harvester
v1.4.0
What's Changed
- docs: add JensWinter as a contributor for code by @allcontributors in #45
- add query input to allow data customization by @JensWinter in #44
New Contributors
- @allcontributors made their first contribution in #45
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- chore(deps): update dependency pandas to v1.3.2 by @renovate in #28
- chore(deps): update dependency requests to v2.26.0 by @renovate in #29
- docs: Add contributors and credits [skip ci] by @vogelino in #38
- fix: replaces deprecated set-value command by @JensWinter in #42
New Contributors
- @vogelino made their first contribution in #38
- @JensWinter made their first contribution in #42
Full Changelog: v1.3.0...v1.3.1
fix(OSM Tags): field changes
OSM has changed their tagging rules for Berlin pumps. Instead of 'description'='Berlin Straßenbrunnen' they can now be found with the tag 'network'='Berlin Straßenbrunnen'. This caused our query to no longer find any pumps.
Increase test coverage
thanks to @Lisa-Stubert
Actually fix calls from external repo
v1.2.2 try full path
Fix external action calls
There where some hiccups with calling this action from other repos. This release hopefully fixes that
Adds tests
This version adds tests. No new features. Only some edge case fixes
Fix workflow
Fix: Error where the fetch_osm_pumps.py could not be found
Initial release
v1.0.0 docs