0.8.0 new features and dependency updates (#119)

* wacz can extract_screenshot only

* new meta enricher

* twitter api can use multiple authentication tokens in sequence

* cleanup non-dup logic

* meta info on archive duration

* minor html report update

* updated dependencies

* new version
This commit is contained in:
Miguel Sozinho Ramalho
2023-12-20 14:13:22 +00:00
committed by GitHub
parent 499832d146
commit e6b6b83007
8 changed files with 413 additions and 332 deletions

View File

@@ -1,9 +1,9 @@
_MAJOR = "0"
_MINOR = "7"
_MINOR = "8"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "10"
_PATCH = "0"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""