From 9df2a8bbfefd869d3b55efebb068a31f02e51c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 18:32:11 +0000 Subject: [PATCH] chore(main): release harness-engineering 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dc4ac..95d115d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project uses Semantic Versioning. +## [0.2.0](https://github.com/nmandal/harness-engineering/compare/harness-engineering-v0.1.0...harness-engineering-v0.2.0) (2026-03-07) + + +### Features + +* add composable monorepo workforce workflows ([79417f6](https://github.com/nmandal/harness-engineering/commit/79417f6418fcd9232878ade7a477f3fd56d3202f)) +* add monorepo workforce scaffold for next and fastapi ([d9479e9](https://github.com/nmandal/harness-engineering/commit/d9479e91f01e6edec7ce510d49053905b34673cf)) + ## [0.1.0] - 2026-03-05 ### Added