Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,18 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
# TODO: enable attestations later
# id-token: write
# attestations: write
id-token: write
attestations: write

steps:
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
merge-multiple: true

# TODO: enable attestations later
# - name: Attest build provenance
# uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v2
# with:
# subject-path: kittyview-*
- name: Attest build provenance
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v2
with:
subject-path: kittyview-*

- name: Create release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.1.3

- SVG `<foreignObject>` support: text labels in SVGs generated by mermaid-cli, draw.io, and D3.js now render correctly. Embedded HTML is converted to native SVG `<text>` elements before rendering. Structural HTML (tables, lists, nested divs) is preserved as readable text with row/cell separation.
- SVG text inherits fill color and font-family from the document's stylesheet.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kittyview"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
rust-version = "1.87"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion minimal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[upstream] # Source of software & tooling
repo = "https://github.com/gominimal/pkgs"
branch = "main"
locked_commit = "a5054f2fb5789e5d1a595332892bcb6bfac18e60"
locked_commit = "e777da8a8125802a13b36b3238d11dd24b505f4c"

[harness]
use = "rust"
Expand Down