We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b7b48 commit 4c79964Copy full SHA for 4c79964
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.2.0 (2025-08-01)
6
+
7
+### Bug Fixes
8
9
+- Add missing dependency
10
+ ([`04b7b48`](https://github.com/dubh3124/OpenWebUI-KB-Manager/commit/04b7b486ea01aeb766feaa130e979237af3d3e9e))
11
12
13
## v0.1.0 (2025-08-01)
14
15
- Initial Release
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "kb-manager"
-version = "0.1.0"
+version = "0.2.0"
description = "A CLI tool for managing files and knowledge bases in OpenWebUI."
authors = [{ name = "Herman Haggerty", email = "herman.haggerty@hemrantech.com" }]
dependencies = [
0 commit comments