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+ ### 0.38.0
4+
5+ * New symbol attribute: ` use_non_matching_label ` .
6+ * Toggles the nonmatching marker for a specific symbol.
7+
38### 0.37.3
49
510* create_config: Avoid emitting relocations for addresses paired by using ` ori `
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.37.3 ,<1.0.0
24+ splat64[mips]>=0.38.0 ,<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.37.3 "
4+ version = " 0.38.0 "
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.37.3 "
4+ __version__ = "0.38.0 "
55__author__ = "ethteck"
66
77from . import util as util
You can’t perform that action at this time.
0 commit comments