Skip to content

Commit

Permalink
Merge pull request #89 from Shopify/release-0.16
Browse files Browse the repository at this point in the history
Version 0.16
  • Loading branch information
nirvdrum authored Mar 21, 2024
2 parents bf0a2a9 + 7d7ac5f commit b74c248
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ New Features:

Bug Fixes:

Changes:


# 0.16

New Features:

Bug Fixes:

* Fixed an invalid method call in `bgv2json` (#79, @nirvdrum).
* Fixed a character escape issue with the Mermaid formatter that could result in invalid syntax (#87, @nirvdrum).

Changes:

* Support running with GraalVM 24.0+ (#86, @nirvdrum).


# 0.15

New Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/seafoam/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Seafoam
MAJOR_VERSION = 0
MINOR_VERSION = 15
MINOR_VERSION = 16
VERSION = "#{MAJOR_VERSION}.#{MINOR_VERSION}"
end

0 comments on commit b74c248

Please sign in to comment.