Bumped rev to 0.8.0. Added a gpl v3 license. Added a changelog.

This commit is contained in:
Andrew Schott 2024-10-06 21:05:22 -05:00
parent 289dcdde3a
commit 72e20f8015
5 changed files with 611 additions and 3 deletions

13
CHANGELOG.md Normal file
View file

@ -0,0 +1,13 @@
# 0.8.0
Cumulative update of all the enhancements that are now in the rust version, but never made it into the bash/python3 version:
* Specify which updater(s) to use
* Smart binary search and execution
* Public git repo
* Proper documentation
* Testing on alternate platforms, and the documentation on how to do so
* All components of the code are now functions, which means a bit more flexibility and reliability.d
# 0.1.0
Initial conversion from the python version.