Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"packages": {
".": "v1"
}
},
".": "0.1.0"
}

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.1.0](https://github.com/Aleph-Alpha/std/compare/v0.0.5...v0.1.0) (2025-11-24)


### Features

* add Octo STS trust policies for pharia-holmes and pharia-data-api ([#7](https://github.com/Aleph-Alpha/std/issues/7)) ([1c49f5b](https://github.com/Aleph-Alpha/std/commit/1c49f5bd24a08747baeaa35287910b4ce817544b))
* add Qdrant pkg ([#4](https://github.com/Aleph-Alpha/std/issues/4)) ([f75c8fc](https://github.com/Aleph-Alpha/std/commit/f75c8fcad16c4ecee1d09b125466d4b3e23aac03))
* **embedding:** Add embedding package ([#5](https://github.com/Aleph-Alpha/std/issues/5)) ([016b4be](https://github.com/Aleph-Alpha/std/commit/016b4be6b60de23bfc5a7d37b31647742691882e))


### Bug Fixes

* correct subject_pattern in Octo STS trust policies ([#9](https://github.com/Aleph-Alpha/std/issues/9)) ([62a21e1](https://github.com/Aleph-Alpha/std/commit/62a21e1313dd26a55a644373073d620d09ce9776))
* update trust policy format to match working examples ([#8](https://github.com/Aleph-Alpha/std/issues/8)) ([b1873ca](https://github.com/Aleph-Alpha/std/commit/b1873ca400904ee712a859839765817247a37d8a))
Loading