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.7.0
4
+
5
+ - Added support for reporting of changes based on project history
6
+ - Fixed sync issues on Windows when schema changes (#117 )
7
+ - Better naming of conflict files (#62 )
8
+ - Unhandled exceptions during pull get written to the client log (#103 )
9
+ - Fixed download of earlier version of GeoPackage files (#119 )
10
+
3
11
## 0.6.6
4
12
5
13
- Add user_service() API call (#113 )
Original file line number Diff line number Diff line change 1
1
2
2
# The version is also stored in ../setup.py
3
- __version__ = '0.6.6 '
3
+ __version__ = '0.7.0 '
4
4
5
5
# There seems to be no single nice way to keep version info just in one place:
6
6
# https://packaging.python.org/guides/single-sourcing-package-version/
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'mergin-client' ,
8
- version = '0.6.6 ' , # The version is also stored in mergin/version.py
8
+ version = '0.7.0 ' , # The version is also stored in mergin/version.py
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