File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# splat Release Notes
22
3+
4+ ### 0.38.1
5+
6+ * Fix ` bss_size ` being required for parent segments that contain ` .bss ` sections.
7+
38### 0.38.0
49
510* New symbol attribute: ` use_non_matching_label ` .
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The brackets corresponds to the optional dependencies to install while installin
2121If you use a ` requirements.txt ` file in your repository, then you can add this library with the following line:
2222
2323``` txt
24- splat64[mips]>=0.38.0 ,<1.0.0
24+ splat64[mips]>=0.38.1 ,<1.0.0
2525```
2626
2727### Optional dependencies
Original file line number Diff line number Diff line change 11[project ]
22name = " splat64"
33# Should be synced with src/splat/__init__.py
4- version = " 0.38.0 "
4+ version = " 0.38.1 "
55description = " A binary splitting tool to assist with decompilation and modding projects"
66readme = " README.md"
77license = {file = " LICENSE" }
Original file line number Diff line number Diff line change 11__package_name__ = __name__
22
33# Should be synced with pyproject.toml
4- __version__ = "0.38.0 "
4+ __version__ = "0.38.1 "
55__author__ = "ethteck"
66
77from . import util as util
You can’t perform that action at this time.
0 commit comments