Releases: Sans-Atout/Nozomi
Releases · Sans-Atout/Nozomi
v3.0.1
v3.0.0
+ Add log and secure log features
+ Add more standard error handling logic as default error handling method
reference : https://youtu.be/j-VQCYP7wyw
! Simplify the library API
! Making use of error-stack library an feature
! Changes in how tests are carried out
- Remove test.sh file
! Update the test logic following the deletion of the test.sh file
+ Add more precise tests
v2.0.1
! Update dependencies
+ Add pretty_assertions as dev dependencies
Rerun all tests
v2.0.0
+ Apply ANSSI best practice for Rust
+ Apply error handling best practice
reference can be found here : https://www.youtube.com/watch?v=g6WUHcyjsfc
! Refactoring code
+ Code easier to use for user
+ Code more flexible
+ Implement test
+ add test script
! Update README file
+ CHANGELOG file
+ CONTRIBUTING file
+ CODE_OF_CONDUCT file
+ SECURITY file
+ examples folder
v1.0.2
! Update Readme file
- Correct a bug in erase_folder overwrite method
When a folder is found in erase folder overwrite method, the overwrite method crash because a folder is not a file.
+ error handling
+ success handling
v1.0.1
+ Pseudo Random overwrite method
+ Gutmann overwrite method
+ HMGI S5 overwrite method
+ DOD 522022 MECE overwrite method
+ DOD 522022 ME overwrite method
+ AFSSI 5020 overwrite method
+ RCMP TSSIT OPS II overwrite method
+ erase folder method
! Update README file