We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3e117 commit 073eb97Copy full SHA for 073eb97
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## 1.0.5
4
5
+### Fixes
6
7
+* Catching more errors from bashlex failures
8
9
+## 1.0.4
10
11
12
13
+* Fixed bugs around unicode decode errors
src/swerex/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.4"
+__version__ = "1.0.5"
REMOTE_EXECUTABLE_NAME = "swerex-remote"
0 commit comments