You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
This file is to document DWS releases and the noteable changes in each release.
3
3
We started keeping this log as of release 1.5.
4
4
5
+
## [1.6.0] - 2022-03-13
6
+
7
+
We are happy to announce release 1.6.0. The primary changes are:
8
+
9
+
- Added support for Python 3.10 and dropped Python 3.6
10
+
- Fixed issue #79 - If the filename of a modified file contains spaces, dws snapshot fails
11
+
- Updated to latest version of repo2docker (2022.02.0.1).
12
+
13
+
## [1.5.2] - 2021-10-11
14
+
15
+
The dependencies used for the dws deploy commands have been moved out of the default install. They can be included by enabling the docker extra as follows:
16
+
```
17
+
pip install --upgrade dataworkspaces[docker]
18
+
```
19
+
5
20
## [1.5.1] - 2021-08-11
6
21
7
22
Minor release to address some mypy and setuptools compatibility issues. Should not
0 commit comments