Releases: mvexel/osmdiff
Releases · mvexel/osmdiff
v0.4.3
Forgot to update the version number in the code. That's it
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Quick patch release to fix small bugs in the class properties
v0.4.1
This release adds a couple of properties to the OSMChange and AugmentedDiff classes.
I also added a PyPi publish workflow which probably needs some tweaking...
v0.4.0
What's Changed
- make it work on Windows by @ruanqizhen in #27
- Some code modernization + comments
- Reintroduce timeout flag
- Test and CI updates.
New Contributors
Thanks for using osmdiff
!
Full Changelog: 0.3.2...0.4.0
0.3.2
This is a hotfix release. I neglected to include the dependencies, few as they are, in the project metadata.
0.3.1
- Add timeout option to retrieve #15 thanks @LaurensJN
- Some behind-the-scenes project gardening:
- Test refactoring
- Build updates
- Code reformatting (black)