Skip to content

Releases: mvexel/osmdiff

v0.4.3

26 May 00:00
Compare
Choose a tag to compare

Forgot to update the version number in the code. That's it

Full Changelog: v0.4.2...v0.4.3

v0.4.2

25 May 23:55
Compare
Choose a tag to compare

Quick patch release to fix small bugs in the class properties

v0.4.1

25 May 23:42
Compare
Choose a tag to compare

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

25 May 23:09
Compare
Choose a tag to compare

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

13 Oct 03:47
Compare
Choose a tag to compare

This is a hotfix release. I neglected to include the dependencies, few as they are, in the project metadata.

0.3.1

11 Oct 00:39
Compare
Choose a tag to compare
  • Add timeout option to retrieve #15 thanks @LaurensJN
  • Some behind-the-scenes project gardening:
    • Test refactoring
    • Build updates
    • Code reformatting (black)