Changelog
=========
++ Version 0.30 (2023.09.06)
+
+ - Optimization: cache instantiation of DWARF structs (#435)
+ - DWARFv5 CU headers (#442)
+ - Bug fix in attribute reporting for DWA_FORM_indirect (#475)
+ - Support for RISC-V attributes (#459)
+ - Readelf used for testing upgraded to 2.41 (#489)
+ - Support for MIPS64 object files (#495)
+ - LoongArch support (#470, #483)
+
+ Version 0.29 (2022.08.09)
- Lots of improvements to DWARFv5 support (#400, #411, #418, #419, #429 and
Preparing a new release
-----------------------
-* Run 'tox' tests (with '-r' to create new venvs)
* Make sure new version was updated everywhere appropriate
-* Run ``python setup.py build sdist bdist_wheel`` (no 'upload' yet)
+* Run ``python3 setup.py build sdist bdist_wheel`` (no 'upload' yet)
* Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
everything looks ok
* Now build with upload to send it to PyPi
# Eli Bendersky (eliben@gmail.com)
# This code is in the public domain
#-------------------------------------------------------------------------------
-__version__ = '0.29'
+__version__ = '0.30'
description='Library for analyzing ELF files and DWARF debugging information',
long_description=description,
license='Public domain',
- version='0.29',
+ version='0.30',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',