From 82c696daf4c2b83bfb9f60684e40b3f912864ba6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:52:54 +0000 Subject: [PATCH] chore: release main --- .github/configuration/release-please-manifest.json | 2 +- .../code-confluence-flow-bridge/CHANGELOG.md | 7 +++++++ .../code-confluence-flow-bridge/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/configuration/release-please-manifest.json b/.github/configuration/release-please-manifest.json index 73e13c4a..2e327b3f 100644 --- a/.github/configuration/release-please-manifest.json +++ b/.github/configuration/release-please-manifest.json @@ -1,5 +1,5 @@ { "unoplat-code-confluence-commons": "0.10.0", "code-confluence": "0.8.0", - "unoplat-code-confluence-ingestion/code-confluence-flow-bridge": "0.6.0" + "unoplat-code-confluence-ingestion/code-confluence-flow-bridge": "0.7.0" } diff --git a/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md b/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md index ff657607..073b2251 100644 --- a/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md +++ b/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/unoplat/unoplat-code-confluence/compare/code-confluence-flow-bridge-v0.6.0...code-confluence-flow-bridge-v0.7.0) (2025-02-05) + + +### Features + +* Enhance test infrastructure with Scanner CLI and GitHub Actions ([9d9371a](https://github.com/unoplat/unoplat-code-confluence/commit/9d9371a3fba7d86cd0b3e6eab10d6d90d2ace055)) + ## [0.6.0](https://github.com/unoplat/unoplat-code-confluence/compare/code-confluence-flow-bridge-v0.5.0...code-confluence-flow-bridge-v0.6.0) (2025-02-04) diff --git a/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml b/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml index b0722eea..161c65e5 100644 --- a/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml +++ b/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "code-confluence-flow-bridge" -version = "0.6.0" +version = "0.7.0" description = "Bridge between Code Confluence User and Ingestion Workflow" readme = "README.md" requires-python = ">=3.11"