diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..56eb0f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.2.0](https://github.com/roxspring/markflow/compare/v0.1.0...v0.2.0) (2026-08-27) + + +### Features + +* repo scaffolding + CI ([#1](https://github.com/roxspring/markflow/issues/1)) ([e2b9cdb](https://github.com/roxspring/markflow/commit/e2b9cdba49592fc98e993c5be71714b3d4f40639)) +* versioning + publication config ([#2](https://github.com/roxspring/markflow/issues/2)) ([a18a1c0](https://github.com/roxspring/markflow/commit/a18a1c0ee4e37cf3279b1593aac7a17dee909d01)) + + +### Bug Fixes + +* correct release-please versioning-strategy key ([9e58c39](https://github.com/roxspring/markflow/commit/9e58c39b9df4a42aa7dd58c8c42be84fe316b975)) +* quote ci.yml if condition to avoid YAML parse error ([b0e045e](https://github.com/roxspring/markflow/commit/b0e045e4122646988df857ef2b0f649bddcf1850))