Skip to content

Commit 12bee70

Browse files
committed
Release v0.3.4
1 parent 2036366 commit 12bee70

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.3.4
2+
3+
Released: 2025-03-06
4+
5+
- Add extensive support for system calls and file system.
6+
- Support `NSDateFormatter` and `NSTimeZone`.
7+
- Support initialization of `NSURLSession`.
8+
- Partial compatibility with `arm64e` architecture.
9+
- Add fault handling for `readClass` to enhance class loading reliability.
10+
- Fix incorrect number formatting in `sscanf`.
11+
- Fix missing relocation.
12+
113
## v0.3.3
214

315
Released: 2024-12-06

src/chomper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core import Chomper
22

3-
__version__ = "0.3.3"
3+
__version__ = "0.3.4"

0 commit comments

Comments
 (0)