Skip to content

Bump transon from 0.1.7 to 0.2.3 - #71

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/transon-0.2.3
Closed

Bump transon from 0.1.7 to 0.2.3#71
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/transon-0.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps transon from 0.1.7 to 0.2.3.

Changelog

Sourced from transon's changelog.

[0.2.3] - 2026-07-19

Fixed

  • Untagged code fences now render highlighted on the docs site (docs-only release — no code change). The site's markdown renderer only routes fenced blocks through the syntax highlighter when the fence carries a language tag; the two bare fences — the JSONata orders.(qty * price) snippet in the README "trade-off" section and the value is not iterable … located-error trace in the Language Reference error-model section — rendered as unstyled <pre> with no themed background. Both are now tagged ```text, matching the treatment of the Error model examples. Reaches PyPI and the docs site on this release.

[0.2.2] - 2026-07-18

Changed

  • README rewritten as a newcomer funnel (docs-only release — no code change). Show-don't-tell narrative: "What is transon?" now opens in plain words, replaces the ASCII flow diagram with a prerendered PlantUML SVG (docs/assets/transon-flow.puml.svg, committed; referenced by absolute URL so it renders on GitHub, PyPI, and the docs site), and leads with a hero example (template → input → output, mirroring the RecipePluckFieldFromEach corpus case) before any terminology. New "Why transon?" (three plain-words bullets) absorbs the old positioning prose; Installation gains the three-line first transform; "What you can do" is reborn as benefit-first "Highlights" and demoted below Installation (the API-surface bullets — copy_output, I/O delegates — now live only on the Embedding page); Development Principles moved to the bottom after Comparison (kept verbatim). Reaches PyPI and the docs-site landing on this release.

[0.2.1] - 2026-07-18

Changed

  • README restructured (docs-only release — no code change). The landing narrative lost in the 0.2.0 consolidation is restored at its owner: a "What is transon?" section leads (the reshapes-one-JSON-document narrative, diagram, inspired-by), and the skimmable "What you can do" capability list returns (validation, defaults, the NO_CONTENT model, literal keys, marker, copy_output, the error model, delegates, plus the new offline reference/metadata exports). The standalone "Inspired by" section folded into "What is transon?"; the duplicated tagline sentence dropped. Reaches PyPI's project page and — because the docs site reads the installed wheel's README at runtime (D-20) — the site landing, on this release.

[0.2.0] - 2026-07-18

Added

  • Template Language Reference (RFC 0008). New hand-written transon/resources/LANGUAGE.md — the author-facing, cross-cutting language semantics (evaluation model, scoping,

... (truncated)

Commits
  • 4a7d6cb Release v0.2.3: tag bare code fences so the docs site highlights them (docs-o...
  • 7d8c546 Release v0.2.2: README as a newcomer funnel (docs-only)
  • 40c0ccb tiny fix for docs
  • a46548b Release v0.2.1: restore the landing narrative in the README (docs-only)
  • b10f3ba docs: mark D-20 done — docs site migrated to the Language Reference
  • 58391ec Release v0.2.0: author-facing Language Reference (R-34/R-35/R-36)
  • c0d453f Merge pull request #4 from transon-org/r34-language-reference
  • c728598 docs: define Implemented lifecycle state for merged-but-unreleased RFCs
  • 3e45c15 docs: markdown-safe cross-reference in the class docstring
  • c6eb9f9 docs: spec keeps its full semantics — deliberate duplication accepted
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [transon](https://github.com/transon-org/transon) from 0.1.7 to 0.2.3.
- [Changelog](https://github.com/transon-org/transon/blob/main/CHANGELOG.md)
- [Commits](transon-org/transon@v0.1.7...v0.2.3)

---
updated-dependencies:
- dependency-name: transon
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 20, 2026
@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (9688e20) to head (74ad338).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #71   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          649       649           
=========================================
  Hits           649       649           
Flag Coverage Δ
main 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amotl

amotl commented Jul 26, 2026

Copy link
Copy Markdown
Member

Superseded by 5ce7eef.

@amotl amotl closed this Jul 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/transon-0.2.3 branch July 26, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant