Add tag comparison links for changelog versions

This commit is contained in:
Christopher Cole 2022-11-14 13:25:34 -08:00 committed by GitHub
parent 9f552d85f1
commit 1ed0bdd654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,4 +131,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
## [0.3.0] - 2022-10-20
### New Features
- Add a `no_std` option by fully moving the parser over to lazy zero-alloc parsing patterns.
- Add a `no_std` option by fully moving the parser over to lazy zero-alloc parsing patterns.
<!-- next-url -->
[0.7.0]: https://github.com/cole14/rust-elf/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/cole14/rust-elf/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/cole14/rust-elf/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/cole14/rust-elf/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/cole14/rust-elf/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/cole14/rust-elf/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/cole14/rust-elf/compare/v0.2.0...v0.3.0