Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
grain: 0.6.0
0.6.0 (2022-07-03)
⚠ BREAKING CHANGES
sum
function from the List module (#1300)--lsp
flag from grainc executable--in-place
flag with-o
flag=>
(#1178)addStringSlice
API with String'sslice
(#1136)--current-version
flag, required for since/history attributes (#1116)--memory-base
flag (#1115)@disableGC
context (#772)grainRuntime
to_grainEnv
stdlib/runtime
(#755)-f
CLI option_start
_gmain
for old behavior of_start
--experimental-wasm-tail-call
registerBasePrinter
todangerouslyRegisterBasePrinter
in runtime/exceptionFeatures
throw
exceptions (1f1cd4a)grain doc
command (558d5e2)--memory-base
flag (#1115) (0680826)[@unsafe](https://github.com/unsafe)
attribute for low-level code (#1074) (212faca)[@disable](https://github.com/disable)GC
context (#772) (42fbad6)runtime/dataStructures.gr
to primitives (#1145) (2d43b28)(!)
operator (#937) (3f5e9a9)$self
argument when possible (#1152) (ba6a84c)--current-version
flag, required for since/history attributes (#1116) (0f681ea)[@since](https://github.com/since)
and[@history](https://github.com/history)
attributes (#785) (9386f46)--in-place
flag with-o
flag (d3e7a33)Queue.size
andStack.size
(#647) (82ed533)Bug Fixes
export *
with exceptions (1f1cd4a)_start
(3d4ac6e)addStringSlice
API with String'sslice
(#1136) (0c7cb82)Pervasives.(!=)
references on WasmI32 values (#759) (0f42544)