Skip to content

Commit 57bd290

Browse files
committed
Bump version
1 parent d0344ba commit 57bd290

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.1 (03/04/25)
4+
5+
### Fixed
6+
7+
* `TemporaryDirectory` cleanup issues on Windows in https://github.com/SWE-agent/SWE-ReX/pull/181
8+
9+
### Enhanced
10+
11+
* Message about building docker images in https://github.com/SWE-agent/SWE-ReX/pull/178
12+
13+
**Full Changelog**: https://github.com/SWE-agent/SWE-ReX/compare/v1.2.0...v1.2.1
14+
315
## 1.2.0 (02/25/25)
416

517
### Added

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.2.0"
1+
__version__ = "1.2.1"
22

33

44
REMOTE_EXECUTABLE_NAME = "swerex-remote"

0 commit comments

Comments
 (0)