Skip to content

Commit

Permalink
Prepare for v0.11.0 release (#1358)
Browse files Browse the repository at this point in the history
* Escape javadoc special characters in generated code.
* Fail fast rather than emitting `PANIC`s when attempting to generate
code for ill-formed programs.
  • Loading branch information
justinvp committed May 9, 2024
1 parent b69848a commit 99f81ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

## 0.11.0 (2024-05-09)

### Bug Fixes

* Escape javadoc special characters in generated code.
* Fail fast rather than emitting `PANIC`s when attempting to generate code for ill-formed programs.

## 0.10.0 (2024-03-27)

### Improvements
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@


### Bug Fixes

* Fail fast rather than emitting `PANIC`s when attempting to generate code for ill-formed programs.

0 comments on commit 99f81ca

Please sign in to comment.