Skip to content

Commit

Permalink
Merge pull request #206 from projectcaluma/release-0.2.0
Browse files Browse the repository at this point in the history
chore: release 0.2.0
  • Loading branch information
David Vogt authored Sep 16, 2021
2 parents 13a7ac7 + a0a8f46 commit 60a10aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.2.0

### Feature
* Add endpoint for downloading multiple files as zip ([`bc15973`](https://github.com/projectcaluma/alexandria/commit/bc15973957e33ffce5a81a717b25a6e224cf1cc9))
* Support more formats ([`4d5a656`](https://github.com/projectcaluma/alexandria/commit/4d5a656c2741750b489086738eb240f2fc57c7c0))

### Fix
* **docs:** Add hint about UID in .env to README ([`1506ea0`](https://github.com/projectcaluma/alexandria/commit/1506ea0256a9fd37435273f2974250ded9c218f6))
* Use debug auth backend by default ([`b47a7f0`](https://github.com/projectcaluma/alexandria/commit/b47a7f09038f574c53771b4798caf7b0cf6d1d77))
* **ci:** Use correct claims for username ([`a1a2f0a`](https://github.com/projectcaluma/alexandria/commit/a1a2f0a246feb89d80ac1bfb677f903b3bc3ad35))


# v0.1.0

This is the first initial release. Things are still changing around here...
Expand Down
2 changes: 1 addition & 1 deletion alexandria/alexandria_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__title__ = "alexandria"
__description__ = "Document management service"
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 60a10aa

Please sign in to comment.