Skip to content

Tags: MerginMaps/work-packages

Tags

1.2.1

Toggle 1.2.1's commit message
upgrade ubuntu 20.04 to 22.04 in docker container

The python in 20.04 is very old now (3.8) - python 22.04 has python 3.10
which already has some more recent type annotation improvements...

1.2.0

Toggle 1.2.0's commit message
version++ (1.2.0)

1.1.0

Toggle 1.1.0's commit message
version++ (1.1.0)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from MerginMaps/infra

Infra

1.0.0

Toggle 1.0.0's commit message
Change wp_mergin to a proper module with functions + fixes

Bug fixes:
1. when pushing to WP mergin project, we correctly report new version if created
   (push call was there twice)
2. avoid ugly warnings from geodiff/sqlite about recovering frames from WAL
   (by closing the sqlite connections when we're done)