Skip to content

Commit 2cdbbf2

Browse files
author
liwangping
committed
release: v0.3.9
1 parent b73ee86 commit 2cdbbf2

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to do-code are documented here. The project follows [Semanti
44

55
## Unreleased
66

7+
## 0.3.9 - 2026-08-14
8+
79
- Render inline and display LaTeX math with terminal-safe Unicode through Markdansi.
810
- Improve public documentation and release automation.
911

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "do-code",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"private": true,
55
"type": "module",
66
"bin": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tree201/do-code",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "An open-source coding agent.",
55
"keywords": [
66
"ai",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const DO_CODE_VERSION = "0.3.8"
1+
export const DO_CODE_VERSION = "0.3.9"

0 commit comments

Comments
 (0)