Skip to content

Releases: goccy/go-graphviz

0.1.2

13 Dec 02:04
cf19d89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

0.1.1

22 Mar 00:08
865af03
Compare
Choose a tag to compare

What's Changed

  • Update CI by @goccy in #70
  • Fixed ParseBytes and ParseFile by adding agclearerrors in C by @denk0403 in #66

New Contributors

Full Changelog: v0.1.0...v0.1.1

0.1.0

29 Dec 16:26
8c6d319
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.1.0

0.0.9

11 Nov 02:43
1f0a441
Compare
Choose a tag to compare
Merge pull request #37 from joelanford/fix/vendor

fix: go mod vendor

0.0.8

07 Oct 14:15
f8ed007
Compare
Choose a tag to compare
Merge pull request #32 from negbie/patch-1

ParseBytes returns *cgraph.Graph and error

0.0.7

11 Sep 09:05
aabab27
Compare
Choose a tag to compare
Merge pull request #31 from goccy/feature/fix-subgraph-not-idempotent

Fix the issue that the order of subgraph does not idempotent

0.0.6

29 Jun 08:30
242a563
Compare
Choose a tag to compare
Merge pull request #26 from goccy/feature/support-multibytes-font

Improve resolution at rendering text

0.0.5

13 Apr 03:53
f980d28
Compare
Choose a tag to compare
Merge pull request #22 from goccy/feature/fix-cross-build-for-getrandom

Disable HAVE_GETRANDOM and use syscall with SYS_getrandom

0.0.4

22 Feb 06:47
e96524e
Compare
Choose a tag to compare
Merge pull request #17 from goccy/feature/support-dash-line

Supports dashed ( and dotted ) line

0.0.3

22 Feb 03:59
fe87c3f
Compare
Choose a tag to compare
Merge pull request #16 from goccy/feature/fix-text-layout

Fix text layout