Skip to content

Commit

Permalink
chore(release): v3.0.0-beta.5
Browse files Browse the repository at this point in the history
* **tests:** Fix broken tests ([#415](#415)) ([`0bd0cab`](0bd0cab))
* **file:** Add missing create permission check ([#427](#427)) ([`34a57c1`](34a57c1))
* Remove modified at update for file creation ([#425](#425)) ([`86cfbf2`](86cfbf2))
  • Loading branch information
Yelinz committed Jan 24, 2024
1 parent 0bd0cab commit aa4e24a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.0.0-beta.5
### Fix
* **tests:** Fix broken tests ([#415](https://github.com/projectcaluma/alexandria/issues/415)) ([`0bd0cab`](https://github.com/projectcaluma/alexandria/commit/0bd0cab60b1733fd5479affb8dc7ecdec57524ac))
* **file:** Add missing create permission check ([#427](https://github.com/projectcaluma/alexandria/issues/427)) ([`34a57c1`](https://github.com/projectcaluma/alexandria/commit/34a57c1001be5d574676d77d5dab22ab7338db99))
* Remove modified at update for file creation ([#425](https://github.com/projectcaluma/alexandria/issues/425)) ([`86cfbf2`](https://github.com/projectcaluma/alexandria/commit/86cfbf2245f54e2126cc51329110a744a2752a4d))

# 3.0.0-beta.4
### Fix
* Fix factory import ([#424](https://github.com/projectcaluma/alexandria/issues/424)) ([`c9e4165`](https://github.com/projectcaluma/alexandria/commit/c9e4165020c25511cea1209a66037448e51defa6))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "caluma-alexandria"
version = "3.0.0-beta.4"
version = "3.0.0-beta.5"
description = "Document management service"
repository = "https://github.com/projectcaluma/alexandria"
authors = ["Caluma <info@caluma.io>"]
Expand Down

0 comments on commit aa4e24a

Please sign in to comment.