From 9d5d475d62f28dd4bebb9ac839fd44da5e4ca251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:07:48 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 3 ++- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80f7b30..d89c01c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "packages": { ".": "v1" - } + }, + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f5d89ae --- /dev/null +++ b/CHANGELOG.md @@ -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))