Skip to content

docs: bump version references to 1.2.0#95

Merged
luksow merged 1 commit intomainfrom
docs/bump-version-refs-to-1.2.0
May 1, 2026
Merged

docs: bump version references to 1.2.0#95
luksow merged 1 commit intomainfrom
docs/bump-version-refs-to-1.2.0

Conversation

@luksow
Copy link
Copy Markdown
Contributor

@luksow luksow commented May 1, 2026

README and docs/dsl-reference.md still pointed at 1.1.1 / v1.1.0 after the v1.2.0 release. Fixes that.

What changed

  • README.md — install snippets bumped from 1.1.1 to 1.2.0 across the SBT plugin and every library dep. Added the three new generator modules from this release (baklava-tsfetch, baklava-postman, baklava-sttpclient) as commented-out lines so the snippet still highlights the common starter pair (openapi + simple) but advertises the new options.
  • docs/dsl-reference.md — 23 deep-link URLs into the DSL source code bumped from /blob/v1.1.0/... to /blob/v1.2.0/... so the line numbers in the docs match the actual current source.

Test plan

  • grep -rn "1\.1\.[01]" README.md docs/ returns no hits.
  • No code changes — docs only.

…n README

- README install snippets now show 1.2.0 across the SBT plugin and
  every library dependency.
- README output-format choices include the three new modules added in
  1.2.0 (commented-out by default to keep the snippet focused on the
  most-used pair): `baklava-tsfetch`, `baklava-postman`,
  `baklava-sttpclient`.
- `docs/dsl-reference.md` deep-link URLs (`/v1.1.0/...`) bumped to
  `/v1.2.0/...` so the docs point at the just-released line numbers.
@luksow luksow merged commit fa58c67 into main May 1, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant