Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Removed

Fixed

1.0.1 - 2023-04-05

No code changes.

Updated project metadata and documentation after moving GitHub repository from trailofbits organization to trail-of-forks organization.

1.0.0 - 2023-01-19

Initial release after forking https://github.com/athre0z/wasm project. Previous CHANGELOG and commits since last previous release

Added

  • Add --decode-names arg to wasmdump (by @athre0z and unreleased from original project)
  • Add support of wasm section_id==12 (DataCountSection) (by @athre0z and unreleased from original project)
  • GitHub Actions CI/CD for testing and publishing.

Changed

  • Renamed Python package references from wasm to wasm_tob to avoid namespace collisions.
  • Converted setup.py to pyproject.toml.

Fixed

  • Compatibility with Python 3.10+. Project tested with Python 3.7 to 3.11.