diff --git a/CHANGES.md b/CHANGES.md index 163634627515507dc403c8d95cd8d9ae0fc492c6..8aa314d9384c9bccd3ad4b3cc8ac2fd47d1f65b0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ # Change log +## v0.3.0 + +- Add CLI command `vrc` for accessing the auto API via the shell +- Add missing module docstrings +- Update the list of known repositories + + ## v0.2.2 - Enhance capabilities for determining the set of files to download from a URL with `.auto.download()` diff --git a/pyproject.toml b/pyproject.toml index f7d804953abd62d49075f18306da7eebb14ea9a9..e4f7e5d9289d18f6ef8d62467fec2064737d2545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VRE-Repository-Connector" -version = "0.2.2" +version = "0.3.0" description = "Library for connecting the virtual research environment of TU Wien with its research data repositories" authors = ["Maximilian Moser <maximilian.moser@tuwien.ac.at>", "Sotirios Tsepelakis <sotirios.tsepelakis@tuwien.ac.at>", "Martin Weise <martin.weise@tuwien.ac.at>"] license = "MIT"