10000 chore: release main by github-actions[bot] · Pull Request #155 · google/dotprompt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: release main #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
@github-actions github-actions bot commented Mar 25, 2025

🤖 I have created a release beep boop

dotprompt: 1.1.0

1.1.0 (2025-03-31)

Features

  • add implementation of helpers and util modules; move interfaces into dotpromptz project (#73) (8c7aea1)
  • adds renderMetadata method to render metadata without prompt inputs (#11) (7706cb7)
  • go/parse: parse.go implementation #62 (#87) (d5dc13c)
  • parseDocument python (#80) (82ebc36)
  • partial test runner implementation now loads tests (#139) (b09dd2f)
  • py: implement identify_partials in terms of regexps since we do not have an AST to walk #90 (#150) (f802275)
  • py: implementation of parse.py; refactor parse.ts and update tests. (#79) (47e7245)
  • python: add OpenAI adapter implementation for dotprompt #38 (#97) (d171f87)
  • script to update all deps in one go and update deps (#130) (09ac58e)

Bug Fixes

  • changed handlebars import to fix downstream libCheck errors (#18) (c43bf8d)
  • deps: switch to version 1.23 of go; update pnpm deps (#153) (672b8da)
  • formatting and license headers for source and commit messages #32 (#33) (4ba47de)
  • go,py: type fixes and ensure we build/lint the go code in hooks and ci (#83) (19a8257)
  • js: an issue with loose equality for helpers; add missing tests for some helpers #53 #54 (#55) (f645628)
  • js: Don't escape HTML in handlebars tags. (#159) (ac66a24)
  • js: Fixes broken "LoadOptions" type, bumps to v1.1.1 (#168) (45346e7)
  • license: use the full license header in source code (#142) (64894ef)
  • only set description on the resolve schema if available (avoid null description being set) (#16) (1fc648c)
  • remove spurious role type assistant (#169) (1b5142c)
dotpromptz: 0.1.1

0.1.1 (2025-03-31)

Features

  • add implementation of helpers and util modules; move interfaces into dotpromptz project (#73) (8c7aea1)
  • add stub spec_test.py and script to monitor tests. (#138) (65966e9)
  • go/parse: parse.go implementation #62 (#87) (d5dc13c)
  • parseDocument python (#80) (82ebc36)
  • partial test runner implementation now loads tests (#139) (b09dd2f)
  • Port JS types to Python (#65) (edcb037)
  • py/dotpromptz: configure handlebars to not escape by default (#163) (f7c33e1)
  • py/dotpromptz: directory-based async and sync implementations of PromptStore and PromptStoreWritable (#164) (ac92fbf)
  • py/dotpromptz: implement helpers in terms of the rust implementation of handlebars-rust and fix go flakiness (#115) (314c0b5)
  • py/dotpromptz: initial bits of Dotprompt class (#148) (90f7838)
  • py: add SafeString implementation that works with js2py (#104) (1ebeca3)
  • py: implement identify_partials in terms of regexps since we do not have an AST to walk #90 (#150) (f802275)
  • py: implementation of parse.py; refactor parse.ts and update tests. (#79) (47e7245)
  • python implementations of helpers (#129) (79c6ef3)
  • python: picoschema support ISSUE: #36 CHANGELOG: - [x] Port relevant functionality - [x] Add tests (#95) (0da188c)
  • python: add OpenAI adapter implementation for dotprompt #38 (#97) (d171f87)
  • py: utility function to unquote a string literal coming from js2py handlebars helpers (#107) (b3672ca)
  • py: utility to remove undefined fields from dicts/lists recursively (#105) (d25c911)

Bug Fixes

  • docs: update docs for helpers.py functions (#118) (40f74d4)
  • docs: update helper docs (#132) (9b84245)
  • go,py: type fixes and ensure we build/lint the go code in hooks and ci (#83) (19a8257)
  • helpers: use ctx instead of hash to get the fn and inverse (#131) (8749d1f)
  • license: use the full license header in source code (#142) (64894ef)
  • py/spec_test: hex-encoded SHA-256 digest rather than base64-encoded SHA-256 digest for module IDs (#140) (796c644)
  • remove spurious role type assistant (#169) (1b5142c)

Documentation

handlebarrz: 0.1.1

0.1.1 (2025-03-31)

Features

  • handlebarrz: native ifEquals, unlessEquals, and json helpers (#121) (e3619e9)
  • partial test runner implementation now loads tests (#139) (b09dd2f)
  • py/dotpromptz: configure handlebars to not escape by default (#163) (f7c33e1)
  • py/dotpromptz: implement helpers in terms of the rust implementation of handlebars-rust and fix go flakiness (#115) (314c0b5)
  • py/dotpromptz: initial bits of Dotprompt class (#148) (90f7838)
  • py/handlebarrz: Python bindings for handlebars-rust (#113) (6b6a97e)
  • python implementations of helpers (#129) (79c6ef3)
  • use the more maintained YAML parsing lib at https://github.com/goccy/go-yaml (#151) (910b3a7)

Bug Fixes

  • docs: update docs for handlebarrz (#116) (ce643b1)
  • license: add license header to stub types file (#144) (0abd498)
  • license: use the full license header in rust source, script files and yaml spec files (#143) (77ccec9)
  • license: use the full license header in source code (#142) (64894ef)
dotprompt-go: 0.1.1

0.1.1 (2025-03-31)

Features

  • go: Fix pico schema parser issues (#96) (d938205)
  • go/dotprompt: Add comments for functions (#99) (e44ce35)
  • 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: 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)
  • 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)
  • script to update all deps in one go and update deps (#130) (09ac58e)
  • use the more maintained YAML parsing lib at https://github.com/goccy/go-yaml (#151) (910b3a7)

Bug Fixes

  • deps: switch to version 1.23 of go; update pnpm deps (#153) (672b8da)
  • go,py: type fixes and ensure we build/lint the go code in hooks and ci (#83) (19a8257)
  • go/dotprompt: Add partials and helpers parameters (#166) (e5e8fba)
  • license: use the full license header in source code (#142) (64894ef)
  • remove spurious role type assistant (#169) (1b5142c)

This PR was generated with Release Please. See documentation.

Copy link
google-cla bot commented Mar 25, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@pavelgj pavelgj self-requested a review March 25, 2025 13:39

* add implementation of helpers and util modules; move interfaces into dotpromptz project ([#73](https://github.com/google/dotprompt/issues/73)) ([8c7aea1](https://github.com/google/dotprompt/commit/8c7aea1faffaf823d01b132e55cb175a4fca5ccb))
* adds renderMetadata method to render metadata without prompt inputs ([#11](https://github.com/google/dotprompt/issues/11)) ([7706cb7](https://github.com/google/dotprompt/commit/7706cb7e6bce0fede5c8e2f2285be8f9aa3230ab))
* **go/parse:** parse.go implementation [#62](https://github.com/google/dotprompt/issues/62) ([#87](https://github.com/google/dotprompt/issues/87)) ([d5dc13c](https://github.com/google/dotprompt/commit/d5dc13c0bf0437875a3b133511ffed474a8b3bf9))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's weird having go/python changes in the js changelog and vice versa.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 8 times, most recently from 63637cb to 1709193 Compare March 31, 2025 18:31
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 1709193 to c18df27 Compare March 31, 2025 18:49
@yesudeep yesudeep closed this Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0