From ccee6dd403ee81bf2ac24dc555f1c695da82b6be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:16:07 +0000 Subject: [PATCH] Prepare Release v0.2.0 using 'release-plan' --- .release-plan.json | 14 +++++++------- CHANGELOG.md | 20 ++++++++++++++++++++ eksml/package.json | 2 +- 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index f13d496..f35a303 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,22 @@ { "solution": { "@eksml/xml": { - "impact": "patch", - "oldVersion": "0.1.5", - "newVersion": "0.1.6", + "impact": "minor", + "oldVersion": "0.1.6", + "newVersion": "0.2.0", "tagName": "latest", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./eksml/package.json" } }, - "description": "## Release (2026-07-19)\n\n* @eksml/xml 0.1.6 (patch)\n\n#### :bug: Bug Fix\n* `@eksml/xml`\n * [#16](https://github.com/evoactivity/eksml/pull/16) perf(sax): intern attribute names in the engine hot path ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* `@eksml/xml`\n * [#17](https://github.com/evoactivity/eksml/pull/17) bench: update @tuananh/sax-parser to 1.4 and police arity probing ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" + "description": "## Release (2026-07-20)\n\n* @eksml/xml 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@eksml/xml`\n * [#23](https://github.com/evoactivity/eksml/pull/23) docs: rewrite README as a getting-started guide, add topic docs ([@evoactivity](https://github.com/evoactivity))\n * [#22](https://github.com/evoactivity/eksml/pull/22) perf(stream): faster XmlParseStream ([@evoactivity](https://github.com/evoactivity))\n\n#### :memo: Documentation\n* `@eksml/xml`\n * [#23](https://github.com/evoactivity/eksml/pull/23) docs: rewrite README as a getting-started guide, add topic docs ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* [#21](https://github.com/evoactivity/eksml/pull/21) demo: sync parser stepper with the dual-path parser ([@evoactivity](https://github.com/evoactivity))\n* [#19](https://github.com/evoactivity/eksml/pull/19) demo: rebuild the workspace lib before build and dev ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b78d58..81e6e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## Release (2026-07-20) + +* @eksml/xml 0.2.0 (minor) + +#### :rocket: Enhancement +* `@eksml/xml` + * [#23](https://github.com/evoactivity/eksml/pull/23) docs: rewrite README as a getting-started guide, add topic docs ([@evoactivity](https://github.com/evoactivity)) + * [#22](https://github.com/evoactivity/eksml/pull/22) perf(stream): faster XmlParseStream ([@evoactivity](https://github.com/evoactivity)) + +#### :memo: Documentation +* `@eksml/xml` + * [#23](https://github.com/evoactivity/eksml/pull/23) docs: rewrite README as a getting-started guide, add topic docs ([@evoactivity](https://github.com/evoactivity)) + +#### :house: Internal +* [#21](https://github.com/evoactivity/eksml/pull/21) demo: sync parser stepper with the dual-path parser ([@evoactivity](https://github.com/evoactivity)) +* [#19](https://github.com/evoactivity/eksml/pull/19) demo: rebuild the workspace lib before build and dev ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam ([@evoactivity](https://github.com/evoactivity)) + ## Release (2026-07-19) * @eksml/xml 0.1.6 (patch) diff --git a/eksml/package.json b/eksml/package.json index 64c291c..8fb7df4 100644 --- a/eksml/package.json +++ b/eksml/package.json @@ -1,6 +1,6 @@ { "name": "@eksml/xml", - "version": "0.1.6", + "version": "0.2.0", "description": "Fast, lightweight XML/HTML parser, serializer, and streaming toolkit", "type": "module", "sideEffects": false,