Skip to content

Commit

Permalink
0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Sep 25, 2023
1 parent a35b7e6 commit c9ba4a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.9.0] - 2023-09-06
- Tested on Ghidra 10.3.2
- Added support for YARA version 4.3 in `rugosa.yara` utility.
- Both the newer `StringMatch` objects and older tuple results for `.strings` are supported based on the `legacy_strings` flag set during a call to `.match()`. (defaults to older for backwards compatibility)
Expand Down Expand Up @@ -121,7 +121,8 @@ All notable changes to this project will be documented in this file.
- Migrated the majority of Kordesii functionality to work with Dragodis.


[Unreleased]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.8.0...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.9.0...HEAD
[0.9.0]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.7.2...0.8.0
[0.7.2]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.7.0...0.7.1
Expand Down
2 changes: 1 addition & 1 deletion rugosa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
import rugosa.re as re
import rugosa.yara as yara

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit c9ba4a9

Please sign in to comment.