asmtest 0.1.7

A library for tracking generated assemblies.
Documentation
# Changelog

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

This project adheres to [Semantic Versioning](https://semver.org).

Releases may yanked if there is a security bug, a soundness bug, or a regression.

<!--
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
-->

## [Unreleased]

## [0.1.7] - 2026-02-25

- Fix trailing newlines/spaces in generated assembly.

## [0.1.6] - 2026-02-25

- Improve handling of Hexagon assembly.

## [0.1.5] - 2026-02-16

- Update binutils to 2.46.0.

## [0.1.4] - 2026-01-31

- Improve demangling of AVR assembly with LLVM 22.

## [0.1.3] - 2026-01-14

- Fix panic when parsing MSP430 assembly.

- Improve demangling of big-endian PowerPC64 assembly.

- Enable [release immutability]https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases.

## [0.1.2] - 2025-12-29

- Fix demangling issue on PowerPC64 assembly.

## [0.1.1] - 2025-12-28

- Remove the requirement for the `id` command.

- Documentation improvements.

## [0.1.0] - 2025-12-28

Initial release

[Unreleased]: https://github.com/taiki-e/asmtest/compare/v0.1.7...HEAD
[0.1.7]: https://github.com/taiki-e/asmtest/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/taiki-e/asmtest/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/taiki-e/asmtest/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/taiki-e/asmtest/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/taiki-e/asmtest/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/taiki-e/asmtest/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/taiki-e/asmtest/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/taiki-e/asmtest/releases/tag/v0.1.0