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 e658659..b4522cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.0](https://github.com/devr-tools/cleanr/compare/v0.1.0...v0.2.0) (2026-05-27) + + +### Features + +* feat: ([815dc77](https://github.com/devr-tools/cleanr/commit/815dc77fcd8f82b17bafa82de8ce2dba5c5640b9)) +* 1 ([556b679](https://github.com/devr-tools/cleanr/commit/556b679231f6d2649af37223338c756ebd1fdb71)) +* 1 ([60450cc](https://github.com/devr-tools/cleanr/commit/60450cc8f392da2d8b86920e9f28c42234fc8878)) +* inital pre release ([bd69a48](https://github.com/devr-tools/cleanr/commit/bd69a4866019e949416898c76a0daa5aa3ac4826)) +* push v0 ([08ff556](https://github.com/devr-tools/cleanr/commit/08ff5560afee9ad6a9ac75d8f2029aec0e2c854c)) +* v0 ([73ff044](https://github.com/devr-tools/cleanr/commit/73ff044e8430e0b5746c3293fd92caa1e4286256)) +* v0 ([bcc7a3d](https://github.com/devr-tools/cleanr/commit/bcc7a3dc95924ff19f13721bd5e26a2d37e75366)) +* v0 ([23d8226](https://github.com/devr-tools/cleanr/commit/23d822687505ec56b3c32f39fecc34c764d0d171)) +* v0 ([7f23b2f](https://github.com/devr-tools/cleanr/commit/7f23b2f89b4af1ff2924d2d55d962be909348782)) +* v0 ([3eac04d](https://github.com/devr-tools/cleanr/commit/3eac04d70a6ac90ac0b14de3414cfb40480750ff)) +* v0 ([3180713](https://github.com/devr-tools/cleanr/commit/3180713cf55789c38b1111f6f91535a6a0e2a4f1)) +* v0 ([817065f](https://github.com/devr-tools/cleanr/commit/817065f4d8b0a7a55032cc85f66952d049a91a54)) +* **v0:** v0 ([00d3d6a](https://github.com/devr-tools/cleanr/commit/00d3d6a57316b7a07fead3a88f6fc1eb566ef3e1)) +* **v0:** v0 ([f58668b](https://github.com/devr-tools/cleanr/commit/f58668b2054860479fad5bb635fffe8601a19f50)) + +## Changelog + ## Changelog All notable changes to this project will be documented in this file. diff --git a/internal/version/version.go b/internal/version/version.go index 8efbba5..90e2dd2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,3 +1,3 @@ package version -const Number = "0.3.0" // x-release-please-version +const Number = "0.2.0" // x-release-please-version