From 1ed0bdd6544ebb97f09e35c3123486c72bcfdfaf Mon Sep 17 00:00:00 2001 From: Christopher Cole Date: Mon, 14 Nov 2022 13:25:34 -0800 Subject: [PATCH] Add tag comparison links for changelog versions --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d12f5..226d6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +- Add a `no_std` option by fully moving the parser over to lazy zero-alloc parsing patterns. + + +[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