We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192e824 commit 005d4b8Copy full SHA for 005d4b8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.1](https://github.com/codize-dev/cli/compare/v0.2.0...v0.2.1) (2026-02-28)
4
+
5
6
+### Bug Fixes
7
8
+* Handle nullable run field in sandbox execution result ([192e824](https://github.com/codize-dev/cli/commit/192e8247a356ae4569c3c48e9d4c43ad944b8e11))
9
10
## [0.2.0](https://github.com/codize-dev/cli/compare/v0.1.0...v0.2.0) (2026-02-28)
11
12
package.json
@@ -2,7 +2,7 @@
"name": "@codize/cli",
"module": "src/index.ts",
"type": "module",
- "version": "0.2.0",
+ "version": "0.2.1",
"author": "koki-develop <kou.pg.0131@gmail.com>",
"homepage": "https://github.com/codize-dev/cli",
"repository": {
0 commit comments