From 9dc9a589184fe7e34bbad69d7f4f562a101c7e9e Mon Sep 17 00:00:00 2001 From: Stefan Hynek <stefan.hynek@uni-goettingen.de> Date: Fri, 25 Feb 2022 13:46:00 +0000 Subject: [PATCH] chore(release): 1.1.0 # [1.1.0](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/compare/1.0.2...1.1.0) (2022-02-25) ### Bug Fixes * **dav-provider:** correct log call string interpolation ([42ece56](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/commit/42ece562ca4a9aa5418424b7469c3e4eb608b06a)) ### Features * **textgrid_named_dav_provider.py:** dav provider which shows titles from metadata in filenames and paths ([1520f46](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/commit/1520f464d043ecbe9943819c01183a2bfdec8007)) * **textgrid_named_dav_provider.py:** show project names in dav root ([fe73736](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/commit/fe73736eb22c1b30f1ac0f17460ddba749424eb9)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9529b5f..a76c714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/compare/1.0.2...1.1.0) (2022-02-25) + + +### Bug Fixes + +* **dav-provider:** correct log call string interpolation ([42ece56](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/commit/42ece562ca4a9aa5418424b7469c3e4eb608b06a)) + + +### Features + +* **textgrid_named_dav_provider.py:** dav provider which shows titles from metadata in filenames and paths ([1520f46](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/commit/1520f464d043ecbe9943819c01183a2bfdec8007)) +* **textgrid_named_dav_provider.py:** show project names in dav root ([fe73736](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/commit/fe73736eb22c1b30f1ac0f17460ddba749424eb9)) + ## [1.0.2](https://gitlab.gwdg.de/dariah-de/textgridrep/repdav/compare/1.0.1...1.0.2) (2022-02-23) -- GitLab