Skip to content

Commit bc42543

Browse files
committed
bump: version 0.4.1.dev0 → 0.4.1
1 parent a8fae14 commit bc42543

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.4.1 (2025-11-17)
2+
3+
### Feat
4+
5+
- BuildPybind11Extension gained extra linking_library_search_paths option
6+
7+
### Fix
8+
9+
- iter_otool_lib_dependencies can handle shared libraries that use the .so extension
10+
111
## v0.4.0 (2025-09-29)
212

313
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ classifiers = [
99
"Programming Language :: Python :: 3",
1010
"Topic :: Software Development :: Libraries :: Python Modules",
1111
]
12-
version = "0.4.1.dev0"
12+
version = "0.4.1"
1313

1414
dependencies = [
1515
"setuptools>=77.0.1",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)