Skip to content

Releases: zkrebbekx/composegraph

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 09:52
ee1875a

0.1.3 (2026-06-26)

Miscellaneous Chores

  • republish container image as 0.1.3 (d0bcdca)

Changelog

  • ee1875a chore(main): release 0.1.3 (#7)
  • 55e4231 ci: bump release.yml goreleaser go-version to 1.25

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:25
6c798a3

0.1.2 (2026-06-24)

Features

  • add browser playground (WASM + GitHub Pages) (08402d3)

Bug Fixes

  • stop .gitignore's *.html from swallowing playground/index.html (e338023)

Changelog

  • 1a1cc7c Merge pull request #1 from zkrebbekx/dependabot/github_actions/actions-ac749cfb01
  • b78c5db Merge pull request #3 from zkrebbekx/dependabot/go_modules/golang.org/x/net-0.38.0
  • 6c798a3 Merge pull request #6 from zkrebbekx/release-please--branches--main
  • b97cefc build(deps): bump golang.org/x/image to v0.38.0
  • c6fa3ba build(deps): bump golang.org/x/image to v0.43.0 (latest)
  • e5db357 build(deps): bump golang.org/x/net
  • 4626d5b build(deps): bump the actions group across 1 directory with 4 updates
  • 9541b5d chore(main): release 0.1.2
  • 7e7e18a ci: bump test/lint go versions to 1.25/1.26
  • 08402d3 feat: add browser playground (WASM + GitHub Pages)
  • e338023 fix: stop .gitignore's *.html from swallowing playground/index.html

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 04:17
9fd4fd0

0.1.1 (2026-06-21)

Features

  • add Kubernetes manifest support and compose file merging (fb614f1)

Changelog

  • 9fd4fd0 Merge pull request #5 from zkrebbekx/release-please--branches--main
  • 3fd4715 chore(main): release 0.1.1
  • fb614f1 feat: add Kubernetes manifest support and compose file merging

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 03:26
13200fe

0.1.0 (2026-06-20)

Features

  • render a docker-compose dependency graph to SVG via go-mermaid (798b89c)

Changelog

  • 13200fe Merge pull request #4 from zkrebbekx/release-please--branches--main
  • 79eade9 chore(main): release 0.1.0
  • 798b89c feat: render a docker-compose dependency graph to SVG via go-mermaid