Skip to content

Commit

Permalink
0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Feb 3, 2023
1 parent 3a992b9 commit 80419d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.7.0] - 2023-01-25
- Add equality handling for `Function` objects based on start address.
- Added `Disassembler.create_segment()` for creating a basic segment memory block.
- Added `Disassembler.create_reference()` for creating memory cross-references.
Expand Down Expand Up @@ -114,7 +114,8 @@
- Initial release


[Unreleased]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.6.0...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.7.0...HEAD
[0.7.0]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.5.3...0.6.0
[0.5.3]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.5.1...0.5.2
Expand Down

0 comments on commit 80419d6

Please sign in to comment.