From 3d28712e1ded76ef6c8964915c4b17d797216976 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:52:19 +0000 Subject: [PATCH] chore(main): release lib/flattening 0.2.0 --- .github/release-please/release-please-manifest.json | 2 +- lib/flattening/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 53ff597025..f9ee5a20d5 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -1,7 +1,7 @@ { "lib/fixtures": "0.5.0", "lib/ocrypto": "0.12.0", - "lib/flattening": "0.1.3", + "lib/flattening": "0.2.0", "lib/identifier": "0.4.0", "otdfctl": "0.32.0", "protocol/go": "0.32.0", diff --git a/lib/flattening/CHANGELOG.md b/lib/flattening/CHANGELOG.md index 1a6f91fc9d..2aa397da68 100644 --- a/lib/flattening/CHANGELOG.md +++ b/lib/flattening/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.0](https://github.com/opentdf/platform/compare/lib/flattening/v0.1.3...lib/flattening/v0.2.0) (2026-06-05) + + +### Bug Fixes + +* **ci:** Prefer go.work for toolchain info ([#3285](https://github.com/opentdf/platform/issues/3285)) ([3c05b22](https://github.com/opentdf/platform/commit/3c05b22ecac41380c7d8d80e9d487bb3001cd25d)) +* **ci:** Upgrade toolchain version to 1.25.8 ([#3116](https://github.com/opentdf/platform/issues/3116)) ([e1b7882](https://github.com/opentdf/platform/commit/e1b78822c0380a106e6eec05af78dc1fc9e5701f)) +* **deps:** bump the external group across 3 directories with 2 updates ([#3153](https://github.com/opentdf/platform/issues/3153)) ([c832d89](https://github.com/opentdf/platform/commit/c832d89f0a61abbdf0969184437e172789466f5c)) +* Go 1.25 ([#3053](https://github.com/opentdf/platform/issues/3053)) ([65eb7c3](https://github.com/opentdf/platform/commit/65eb7c3d5fe1892de1e4fabb9b3b7894742c3f02)) + ## [0.1.3](https://github.com/opentdf/platform/compare/lib/flattening/v0.1.2...lib/flattening/v0.1.3) (2024-12-17)