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 181131f commit 2b5f0a1
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
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.


## [Unreleased]
## [0.7.0] - 2023-01-26
- Add `movsq` opcode support (@ddash-ct)
- Added utility functions for analyzing strings:
- `find_user_strings()`
Expand Down Expand Up @@ -94,7 +94,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.6.1...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.7.0...HEAD
[0.7.0]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.6.1...0.7.0
[0.6.1]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/dod-cyber-crime-center/rugosa/compare/0.5.0...0.5.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.6.1"
__version__ = "0.7.0"

0 comments on commit 2b5f0a1

Please sign in to comment.