Releases: ts-graphviz/setup-graphviz
v2.0.2
Full Changelog: 1e378e8...895205c
Changes
- Remove apt-get cache clear scripts from GraphvizInstaller #610
- Bump @biomejs/biome from 1.5.3 to 1.7.1 and fix format #612
- build(deps-dev): bump typescript from 5.3.3 to 5.4.5 #599
- build(deps): bump undici from 5.28.3 to 5.28.4 #592
- build(deps-dev): bump @types/node from 20.11.16 to 20.12.7 #597
- build(deps): bump vite from 5.0.12 to 5.2.10 #606
- build(deps-dev): bump vitest from 1.2.2 to 1.5.0 #598
Special thanks for @gpaulfleetwood ✨
v2.0.1
v2.0.0🌈
Full Changelog: v1.2.0...v2.0.0
Breaking Changes
- The Codecov Action runs as a
node20
action due tonode16
deprecation. #558- See this post from GitHub on how to migrate.
- Fixed a fatal typo. #507
- The version variable for windows was
window-graphviz-version
instead ofwindows-graphviz-version
.
- The version variable for windows was
Special thanks for @joshstrohminger and @Maetveis ✨
v1.2.0 🌈
Full Changelog: v1.1...v1.2.0
Add skip repository update flag
A flag to specify whether or not to update the package manager's repositories, allowing users to arbitrarily choose whether or not to update.
This fixes the following issues(#457).
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
with:
# Skip to run apt update command on Ubuntu.
ubuntu-skip-apt-update: 'true' # defalt false
# Skip to run brew update command on macOS.
macos-skip-brew-update: 'true' # defalt false
v1.0.0 🌈
GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).
Migration from kamiazya/setup-graphviz
v1.1.0 🌈
Full Changelog: v1.0.1...v1.1.0
Added support for strict version specification feature in Ubuntu and Windows(non-macos) Runner.
- uses: ts-graphviz/setup-graphviz@v1
with:
ubuntu-graphviz-version: '2.42.2-3build2'
ubuntu-libgraphvizdev-version: '2.42.2-3build2'
windows-graphviz-version: '2.49.3'
Special thanks for @stunney ✨
v1.0.1 🌈
Full Changelog: https://github.com/ts-graphviz/setup-graphviz/commits/v1.0.1
Fixed a problem that caused installs to fail on Ubuntu.
Othor
- Updated project development tools.
- Improved release flow so that git tag updates are automatically deployed.