From 5d5ca7fd3d9e6a09baea87c146e07b3043e6c28c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:39:41 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 12 ++++++++++-- version.txt | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be22d91..bb13e795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ - # Changelog +# Changelog + +## [0.2.0](https://github.com/bytecodealliance/StarlingMonkey/compare/v0.1.0...v0.2.0) (2025-08-29) + + +### Features + +* **crypto:** add support for PKCS[#8](https://github.com/bytecodealliance/StarlingMonkey/issues/8) key import ([#251](https://github.com/bytecodealliance/StarlingMonkey/issues/251)) ([059d09a](https://github.com/bytecodealliance/StarlingMonkey/commit/059d09af07d4a32aec463855dae1dcec226f4d45)) +* **dx:** add default message for missing handler ([#264](https://github.com/bytecodealliance/StarlingMonkey/issues/264)) ([58b6042](https://github.com/bytecodealliance/StarlingMonkey/commit/58b604204e5423d04e22a7be0b86747ec691b7cd)) +* implement AbortController and AbortSignal ([#240](https://github.com/bytecodealliance/StarlingMonkey/issues/240)) ([215b1d9](https://github.com/bytecodealliance/StarlingMonkey/commit/215b1d9acf14ad16a17541d897510a6ddf8ec31c)) ## 0.1.0 (2025-08-06) @@ -18,4 +27,3 @@ This release is based on [SpiderMonkey](https://spidermonkey.dev/) version 127 a * **Structured Clone**: `structuredClone` * **Task**: `queueMicrotask`, `setInterval` `setTimeout` `clearInterval` `clearTimeout` * **URL**: `URL`, `URLSearchParams` - diff --git a/version.txt b/version.txt index 6e8bf73a..0ea3a944 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.2.0