Skip to content

Commit 091e30c

Browse files
committed
bump: version 0.2.0 → 0.2.1
1 parent 8379e0e commit 091e30c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.2.0 (2021-01-05)
28

39
### Refactor

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wsl-tools"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "WSL utilities library"
55
authors = ["Andrea Ghensi"]
66
license = "MIT"
@@ -50,7 +50,7 @@ Home = "README.md"
5050
Contributing = "CONTRIBUTING.md"
5151

5252
[tool.commitizen]
53-
version = "0.2.0"
53+
version = "0.2.1"
5454
version_files = [
5555
"pyproject.toml:version"
5656
]

0 commit comments

Comments
 (0)