Skip to content

Commit

Permalink
chore(release): v5.0.2
Browse files Browse the repository at this point in the history
\### Fix
* fix(file): improve content vector generation ([`b6841da`](b6841da))

\### Refactor
* refactor(file): move check for optional feature methods ([`a8420c5`](a8420c5))
  • Loading branch information
Yelinz committed Jul 10, 2024
1 parent e6a6389 commit d302cfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# 5.0.2
### Fix
* fix(file): improve content vector generation ([`b6841da`](https://github.com/projectcaluma/alexandria/commit/b6841da326198065d5d838febf360eaf28aa0389))

### Refactor
* refactor(file): move check for optional feature methods ([`a8420c5`](https://github.com/projectcaluma/alexandria/commit/a8420c5597579809d759a0d7d0daca8768f04379))

# 5.0.1
### Fix
* Improve content vector generation command (145ae23aee4241922af21d88d88050423c3d894b)
* Use module path imports (2df7b7ad814905de87c9bb3a8be9c5ec8f0e707b)
* fix(file): improve content vector generation command ([`145ae23`](https://github.com/projectcaluma/alexandria/commit/145ae23aee4241922af21d88d88050423c3d894b))
* fix(tika): use module path imports ([`2df7b7a`](https://github.com/projectcaluma/alexandria/commit/2df7b7ad814905de87c9bb3a8be9c5ec8f0e707b))

# 5.0.0
### Feature
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 = "5.0.1"
version = "5.0.2"
description = "Document management service"
repository = "https://github.com/projectcaluma/alexandria"
authors = ["Caluma <[email protected]>"]
Expand Down

0 comments on commit d302cfa

Please sign in to comment.