Skip to content

Commit 568a501

Browse files
committed
chore( dotprompt-go): release 0.2.1
1 parent 3a5976c commit 568a501

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"js": "0.2.9",
33
"python/dotpromptz": "0.1.4",
44
"python/handlebarrz": "0.1.3",
5-
"go": "0.2.0",
5+
"go": "0.2.1",
66
"java": "0.1.0",
77
"rs": "0.1.0",
88
"packages/vscode": "0.0.1",

go/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/google/dotprompt/compare/dotprompt-go-0.2.0...dotprompt-go-0.2.1) (2026-01-30)
4+
5+
6+
### Features
7+
8+
* **ide:** add Monaco and CodeMirror packages and update CI config ([#440](https://github.com/google/dotprompt/issues/440)) ([c724070](https://github.com/google/dotprompt/commit/c7240701bcea9b8176f22b531fe5c3123775bbd2))
9+
* **promptly:** add lsp, fmt, and check implementations ([#438](https://github.com/google/dotprompt/issues/438)) ([27fd3d4](https://github.com/google/dotprompt/commit/27fd3d4c7aa96e09c46cb54546da1783be2f6a6e))
10+
* **rs:** store implementation for rust and go ([#430](https://github.com/google/dotprompt/issues/430)) ([ea798c2](https://github.com/google/dotprompt/commit/ea798c216c55cedfa052e528f0e36c5ad01a9273))
11+
12+
13+
### Bug Fixes
14+
15+
* add cycle detection to partial resolution across all runtimes ([#431](https://github.com/google/dotprompt/issues/431)) ([4e23d44](https://github.com/google/dotprompt/commit/4e23d44865415c13ab1a5b52c2930e32d26eac5d))
16+
* Ensure helper behavior parity across all runtimes ([#395](https://github.com/google/dotprompt/issues/395)) ([76de7ba](https://github.com/google/dotprompt/commit/76de7ba6065e07667dda5d3acb8b57ce36b48662))
17+
* **go:** capture local template in Compile closure to prevent sharing ([#363](https://github.com/google/dotprompt/issues/363)) ([d799864](https://github.com/google/dotprompt/commit/d79986469d4c8990d706a966552855ae9f1c80ae)), closes [#362](https://github.com/google/dotprompt/issues/362)

0 commit comments

Comments
 (0)