We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd3188 commit 115c928Copy full SHA for 115c928
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.1.0 (01/25/25)
4
+
5
+### Added
6
7
+* Added `encoding` and `error` arguments to `read_file`
8
9
## 1.0.5
10
11
### Fixes
src/swerex/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.5"
+__version__ = "1.1.0"
REMOTE_EXECUTABLE_NAME = "swerex-remote"
0 commit comments