Skip to content

Conversation

@yesudeep
Copy link
Collaborator

@yesudeep yesudeep commented Jan 30, 2026

🤖 I have created a release beep boop

0.2.1 (2026-02-02)

Features

  • cargo workspace configuration and bazel build files for hermetic environment (#257) (aef822e)
  • go: Fix pico schema parser issues (#96) (d938205)
  • go/dotprompt: Add comments for functions (#99) (e44ce35)
  • go/dotprompt: Add DefineSchema API and schema reference support (#247) (fcc382d)
  • go/dotprompt: Add noescape parameter for raymond handlebars package (#203) (e3d50fe)
  • go/dotprompt: Add template as a parameter for dotprompt type (#136) (bf5d6a3)
  • go/dotprompt: add types.go implementation (#82) (6514fbf)
  • go/dotprompt: Export define helper and partial functions (#119) (481ed50)
  • go/dotprompt: Export define helper and partial functions (#119) (481ed50)
  • go/dotprompt: Metadata and Partials specs test implementation (#89) (2e5edba)
  • go/dotprompt: Modify the dotprompt files to pass the spec tests similar to js (#98) (d9f9f65)
  • go/dotprompt: Modify the JSONSchema to jsonschema.Schema type (#111) (340ec1b)
  • go/parse: parse.go implementation #62 (#87) (d5dc13c)
  • go: initialize go module (#59) (5aea7d5)
  • ide: add Monaco and CodeMirror packages and update CI config (#440) (c724070)
  • promptly: add lsp, fmt, and check implementations (#438) (27fd3d4)
  • py/dotpromptz: implement helpers in terms of the rust implementation of handlebars-rust and fix go flakiness (#115) (314c0b5)
  • python: add OpenAI adapter implementation for dotprompt #38 (#97) (d171f87)
  • py: utility to remove undefined fields from dicts/lists recursively (#105) (d25c911)
  • rs: store implementation for rust and go (#430) (ea798c2)
  • script to update all deps in one go and update deps (#130) (09ac58e)
  • use the HEAD version of addlicense (#280) (bdf0d36)
  • use the more maintained YAML parsing lib at https://github.com/goccy/go-yaml (#151) (910b3a7)

Bug Fixes

  • add cycle detection to partial resolution across all runtimes (#431) (4e23d44)
  • deps: switch to version 1.23 of go; update pnpm deps (#153) (672b8da)
  • Ensure helper behavior parity across all runtimes (#395) (76de7ba)
  • go,py: type fixes and ensure we build/lint the go code in hooks and ci (#83) (19a8257)
  • go/dotprompt: Add default helpers only once (#185) (30d6a66)
  • go/dotprompt: Add partials and helpers parameters (#166) (e5e8fba)
  • go/dotprompt: format require sections (#202) (f792f24)
  • go/dotprompt: Return error if partial and helper are defined (#184) (671acfc)
  • go/genkit: reset knownpartials and helpers array for every new template (#312) (bb73406)
  • go: capture local template in Compile closure to prevent sharing (#363) (d799864), closes #362
  • go: ensure parser handles {CR, CRLF, LF} line endings (#255) (5aa36ba)
  • go: include maxTurns in prompt parsing (#324) (eeb6274)
  • go: lint errors reported in #176 (#180) (33b8902)
  • go: modernize go code (#274) (f28341d)
  • go: modernize omitempty (#366) (88498be)
  • go: modernize string building (#370) (4401117)
  • go: modernize strings.Split to strings.SplitSeq (#342) (e04a3e3)
  • go: update to release versions of Go (1.24.9, 1.25.3) to address vulnerability #339 (#340) (321ecdd)
  • go: use correct type for maxTurns (#325) (a8a91d1)
  • license: use the full license header in source code (#142) (64894ef)
  • release-please: use release please token for the release please GH action (#331) (01e28bf)
  • remove spurious role type assistant (#169) (1b5142c)
  • scripts/setup: update the location for the captainhook binary; minor formatting fixes for biome (#328) (f9183f8)
  • update build files in test runner script (#265) (800686f)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot added documentation Improvements or additions to documentation root go labels Jan 30, 2026
@yesudeep yesudeep changed the title chore( dotprompt-go): release 0.2.1 chore(release): dotprompt-go 0.2.1 Jan 30, 2026
@yesudeep yesudeep force-pushed the release-please--branches--main--components--dotprompt-go branch 2 times, most recently from 568a501 to 6314b91 Compare January 30, 2026 02:56
@yesudeep yesudeep changed the title chore(release): dotprompt-go 0.2.1 chore(release): dotprompt-go 0.2.1 Feb 1, 2026
@yesudeep yesudeep force-pushed the release-please--branches--main--components--dotprompt-go branch from 6314b91 to 0148bda Compare February 1, 2026 06:17
@yesudeep yesudeep force-pushed the release-please--branches--main--components--dotprompt-go branch from 0148bda to bc9a955 Compare February 2, 2026 01:33
@github-actions github-actions bot added rust Pull requests that update rust code bazel labels Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: pending bazel documentation Improvements or additions to documentation go release root rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Compile() method shares Template field across multiple prompts causing wrong template execution

1 participant