File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.1
4+
5+ - Update to geodiff 0.8.5 (leaking file handles in hasChanges() call)
6+ - Better error reporting for CLI, detect expired access token
7+ - Project push: fail early if user does not have write permissions
8+ - Support more endpoints with project info + CLI integration
9+ - Raise ClientError when request fails when trying to log in
10+
311## 0.5.0
412
513- Update to geodiff 0.8.4 (fixes a rebase bug, adds logging, supports conflict files)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "pypi"
55
66[packages ]
77python-dateutil = " ==2.6.0"
8- pygeodiff = " ==0.8.4 "
8+ pygeodiff = " ==0.8.5 "
99pytz = " ==2019.3"
1010
1111
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'mergin-client' ,
8- version = '0.5.0 ' ,
8+ version = '0.5.1 ' ,
99 url = 'https://github.com/lutraconsulting/mergin-py-client' ,
1010 license = 'MIT' ,
1111 author = 'Lutra Consulting Ltd.' ,
You can’t perform that action at this time.
0 commit comments