From a583a6f6a4450c3c2ddd44d4454f1eb44db97cc6 Mon Sep 17 00:00:00 2001 From: Felipe Date: Fri, 27 May 2022 21:48:04 -0300 Subject: [PATCH] preparing to release a new code version --- CHANGES.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e5db68b..85a1f97 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,13 +10,8 @@ Changes ======= -Version 0.1.0 -------------- +Version 0.1.0 (2022-05-27) +-------------------------------- - -Released 2020 - - -- Source code versioning based on `Semantic Versioning 2.0.0 `_. - -- License: `MIT `_. +- Initial public API version; +- Implemented the ``StormHasher``, a helper class to manage the application of hash algorithms in files and strings.