We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8379e0e commit 091e30cCopy full SHA for 091e30c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.2.1 (2021-01-06)
2
+
3
+### Fix
4
5
+- **shell**: open_in_shell doesn't open a window
6
7
## v0.2.0 (2021-01-05)
8
9
### Refactor
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wsl-tools"
-version = "0.2.0"
+version = "0.2.1"
description = "WSL utilities library"
authors = ["Andrea Ghensi"]
license = "MIT"
@@ -50,7 +50,7 @@ Home = "README.md"
50
Contributing = "CONTRIBUTING.md"
51
52
[tool.commitizen]
53
54
version_files = [
55
"pyproject.toml:version"
56
]
0 commit comments