diff options
-rw-r--r-- | META6.json | 2 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | README.org | 6 |
3 files changed, 15 insertions, 1 deletions
diff --git a/META6.json b/META6.json index a150fba..36586dc 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "name" : "taurus", "auth" : "zef:andinus", - "version" : "0.1.0", + "version" : "0.1.1", "description" : "Taurus parses Call logs", "authors" : [ "Andinus <andinus@nand.sh>" ], "license" : "ISC", diff --git a/README b/README index f7494e8..8d0f770 100644 --- a/README +++ b/README @@ -130,6 +130,14 @@ digits News ════ +v0.1.1 - 2021-08-19 +─────────────────── + + ⁃ Better format for timestamps. + ⁃ Add Yearly Records. + ⁃ Add Monthly Records. + + v0.1.0 - 2021-08-15 ─────────────────── diff --git a/README.org b/README.org index 572d09b..e245b04 100644 --- a/README.org +++ b/README.org @@ -82,6 +82,12 @@ discarded, if it's more then the initial extra digits are discarded (Country Code, etc.). * News +** v0.1.1 - 2021-08-19 + ++ Better format for timestamps. ++ Add Yearly Records. ++ Add Monthly Records. + ** v0.1.0 - 2021-08-15 Initial Implementation. |