Skip to content

Commit d302cfa

Browse files
committed
chore(release): v5.0.2
\### Fix * fix(file): improve content vector generation ([`b6841da`](b6841da)) \### Refactor * refactor(file): move check for optional feature methods ([`a8420c5`](a8420c5))
1 parent e6a6389 commit d302cfa

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
# 5.0.2
2+
### Fix
3+
* fix(file): improve content vector generation ([`b6841da`](https://github.com/projectcaluma/alexandria/commit/b6841da326198065d5d838febf360eaf28aa0389))
4+
5+
### Refactor
6+
* refactor(file): move check for optional feature methods ([`a8420c5`](https://github.com/projectcaluma/alexandria/commit/a8420c5597579809d759a0d7d0daca8768f04379))
7+
18
# 5.0.1
29
### Fix
3-
* Improve content vector generation command (145ae23aee4241922af21d88d88050423c3d894b)
4-
* Use module path imports (2df7b7ad814905de87c9bb3a8be9c5ec8f0e707b)
10+
* fix(file): improve content vector generation command ([`145ae23`](https://github.com/projectcaluma/alexandria/commit/145ae23aee4241922af21d88d88050423c3d894b))
11+
* fix(tika): use module path imports ([`2df7b7a`](https://github.com/projectcaluma/alexandria/commit/2df7b7ad814905de87c9bb3a8be9c5ec8f0e707b))
512

613
# 5.0.0
714
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma-alexandria"
3-
version = "5.0.1"
3+
version = "5.0.2"
44
description = "Document management service"
55
repository = "https://github.com/projectcaluma/alexandria"
66
authors = ["Caluma <info@caluma.io>"]

0 commit comments

Comments
 (0)