@agoric/kmarshal 0.2.1-upgrade-23-dev-7007b60.0.7007b60 → 0.3.0-u23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.3.0-u23.0 (2026-04-27)
7
+
8
+ ### Features
9
+
10
+ * **SwingSet:** Add a tool for classifying unsettled promises ([feb1f93](https://github.com/Agoric/agoric-sdk/commit/feb1f93c81e68c680e07bdac8c64917ad69af602)), closes [#8336](https://github.com/Agoric/agoric-sdk/issues/8336)
11
+
12
+ ### Bug Fixes
13
+
14
+ * **SwingSet:** clarify synthetic delivery payloads must be passable ([8198f94](https://github.com/Agoric/agoric-sdk/commit/8198f94724a0a227f9dda2ccc776bcc904e1149b))
15
+
6
16
  ## [0.2.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/kmarshal@0.2.0-u22.1...@agoric/kmarshal@0.2.0) (2026-04-02)
7
17
 
8
18
  **Note:** Version bump only for package @agoric/kmarshal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/kmarshal",
3
- "version": "0.2.1-upgrade-23-dev-7007b60.0.7007b60",
3
+ "version": "0.3.0-u23.0",
4
4
  "description": "Token-only marshaller for kernel and tests",
5
5
  "type": "module",
6
6
  "main": "./src/kmarshal.js",
@@ -42,5 +42,5 @@
42
42
  "engines": {
43
43
  "node": "^20.9 || ^22.11"
44
44
  },
45
- "gitHead": "7007b604e77880d419321a757c4b719fde7d9ff1"
45
+ "gitHead": "1147be15b0704de17204d04e2407fa3192b98a1c"
46
46
  }