0.1.15 changelog

This commit is contained in:
Nicolò Boschi 2025-12-23 13:54:41 +01:00
parent 0ae0374dc8
commit c9f3657de6
2 changed files with 14 additions and 4 deletions

View file

@ -8,6 +8,16 @@ This changelog highlights user-facing changes only. Internal maintenance, CI/CD,
For full release details, see [GitHub Releases](https://github.com/vectorize-io/hindsight/releases).
## [0.1.15](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.15)
**Features**
- Add the ability to delete documents from the web UI. ([`f7ff32d`](https://github.com/vectorize-io/hindsight/commit/f7ff32d))
**Improvements**
- Improve the API health check endpoint and update the generated client APIs/types accordingly. ([`e06a612`](https://github.com/vectorize-io/hindsight/commit/e06a612))
## [0.1.14](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.14)
**Bug Fixes**

View file

@ -1292,7 +1292,7 @@ wheels = [
[[package]]
name = "hindsight-all"
version = "0.1.14"
version = "0.1.15"
source = { editable = "hindsight" }
dependencies = [
{ name = "hindsight-api" },
@ -1316,7 +1316,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-api"
version = "0.1.14"
version = "0.1.15"
source = { editable = "hindsight-api" }
dependencies = [
{ name = "alembic" },
@ -1422,7 +1422,7 @@ dev = [
[[package]]
name = "hindsight-client"
version = "0.1.14"
version = "0.1.15"
source = { editable = "hindsight-clients/python" }
dependencies = [
{ name = "aiohttp" },
@ -1456,7 +1456,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-dev"
version = "0.1.14"
version = "0.1.15"
source = { editable = "hindsight-dev" }
dependencies = [
{ name = "hindsight-api" },