0.1.15 changelog
This commit is contained in:
parent
0ae0374dc8
commit
c9f3657de6
2 changed files with 14 additions and 4 deletions
|
|
@ -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**
|
||||
|
|
|
|||
8
uv.lock
8
uv.lock
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue