Skip to content

Tags: ynishi/dsl-kit

Tags

v0.7.0

Toggle v0.7.0's commit message
chore: Release package dsl-kit-cli version 0.7.0

v0.6.1

Toggle v0.6.1's commit message
chore: Release package dsl-kit-cli version 0.6.1

v0.6.0

Toggle v0.6.0's commit message
chore: Release package dsl-kit-cli version 0.6.0

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from ynishi/release-plz-2026-07-26T01-40-25Z

chore: release v0.5.1

v0.5.0

Toggle v0.5.0's commit message
ci: add cargo-dist release workflow (follow-up to bbd18ad)

The prior commit's payload description covered release.yml, but the
lds git_commit dotfile safeguard skipped `.github/workflows/release.yml`
as an untracked dotpath. Land it here with `force_dot: true`; content
is the unmodified `dist generate --mode=ci` output already described
in bbd18ad's body.

v0.4.0

Toggle v0.4.0's commit message
release: v0.4.0

v0.3.0

Toggle v0.3.0's commit message
release: v0.3.0

v0.2.0

Toggle v0.2.0's commit message
release: v0.2.0

v0.1.0

Toggle v0.1.0's commit message
Round 40: CHANGELOG — dsl-kit-cli bullet + Builder spec-compliance note

Round 37-39 landed on top of the 0.1.0 draft. Bring CHANGELOG into
sync with the actual shipped surface before the initial publish:

- Add `dsl-kit-cli` bullet (Round 38): developer entry point + `mcp`
  subcommand + built-in reference DSL.
- Extend the `dsl-kit-mcp` bullet: mention `DslMcpBuilder` (mixed
  typed-fn + DSL tools in one server) and the Round 39 fix that makes
  no-arg tools' `inputSchema` MCP 2024-11-05 spec-compliant (`type:
  "object"` even when empty), so strict clients accept the whole
  tools/list response.
- Bump the release date from 2026-07-21 to 2026-07-22.