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 1
1
# Changelog
2
2
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
+
3
11
## 0.5.0
4
12
5
13
- 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"
5
5
6
6
[packages ]
7
7
python-dateutil = " ==2.6.0"
8
- pygeodiff = " ==0.8.4 "
8
+ pygeodiff = " ==0.8.5 "
9
9
pytz = " ==2019.3"
10
10
11
11
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'mergin-client' ,
8
- version = '0.5.0 ' ,
8
+ version = '0.5.1 ' ,
9
9
url = 'https://github.com/lutraconsulting/mergin-py-client' ,
10
10
license = 'MIT' ,
11
11
author = 'Lutra Consulting Ltd.' ,
You can’t perform that action at this time.
0 commit comments