diff options
author | Andinus <andinus@nand.sh> | 2021-08-19 12:26:14 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-08-19 12:26:14 +0530 |
commit | b827aa3d73d76b608d5e9b7051f1dad778a95c8e (patch) | |
tree | 469e76385edf0f4204d6fbde3255b190f9a52b04 | |
parent | 62583ef2a8664d9d5c4e8467ffeee3dd27b413cb (diff) | |
download | taurus-0.1.1.tar.gz |
Release v0.1.1 v0.1.1
+ Add release notes. + Bump version.
-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. |