Skip to content

Commit 115c928

Browse files
committed
Bump version
1 parent dfd3188 commit 115c928

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.0 (01/25/25)
4+
5+
### Added
6+
7+
* Added `encoding` and `error` arguments to `read_file`
8+
39
## 1.0.5
410

511
### Fixes

src/swerex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.5"
1+
__version__ = "1.1.0"
22

33

44
REMOTE_EXECUTABLE_NAME = "swerex-remote"

0 commit comments

Comments
 (0)