-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release main #607
chore: release main #607
Conversation
Huzzah! This is so sick! |
glad you like it :-) I left some comments on 9686eb4 bleeding edge*:
and then release-please will manage updating those local package dependencies for you (see looker-open-source/sdk-codegen#586 as an example) *this might not work quite yet in release-please-action, just got it updated yesterday from release-please and testing it out now |
3e5c6d5
to
08e6d81
Compare
@joeldodge79 thanks for the heads up! That's definitely something we need to look into but I tested it on my personal fork and it looks broken right now with the action. |
08e6d81
to
b04f670
Compare
b04f670
to
41f3744
Compare
Release train goes choo!!! π π π |
π€ Release for grain is at https://github.com/grain-lang/grain/releases/tag/grain-v0.3.0 π» |
π€ Release for @grain/cli is at https://github.com/grain-lang/grain/releases/tag/cli-v0.3.0 π» |
π€ Release for @grain/compiler is at https://github.com/grain-lang/grain/releases/tag/%40grain/compiler-v0.3.0 π» |
π€ Release for @grain/runtime is at https://github.com/grain-lang/grain/releases/tag/runtime-v0.3.0 π» |
π€ Release for @grain/stdlib is at https://github.com/grain-lang/grain/releases/tag/stdlib-v0.3.0 π» |
re the node-workspace plugin stuff - just got it working in the action (v2) |
π€ I have created a release *beep* *boop*
grain: 0.3.0
β BREAKING CHANGES
-f
CLI option_start
_gmain
for old behavior of_start
--experimental-wasm-tail-call
registerBasePrinter
todangerouslyRegisterBasePrinter
in runtime/exception^
as unbox operator (fixes Lang: Syntax error with with unbox operatorΒ #183) (fix!: remove ^ as unbox operator (fixes #183)Β #426)Features
for
loops (#525) (1032a3d)throw
exceptions (1f1cd4a)Bug Fixes
export *
with exceptions (1f1cd4a)_start
(3d4ac6e)yarn prepare
command (#418) (af40e03)^
as unbox operator (fixes #183) (#426) (08b6b05)Miscellaneous Chores
-f
CLI option (8f40383)_gmain
for old behavior of_start
(3d4ac6e)registerBasePrinter
todangerouslyRegisterBasePrinter
in runtime/exception (61c2a94)--experimental-wasm-tail-call
(3d4ac6e)@grain/cli: 0.3.0
β BREAKING CHANGES
-f
CLI optionFeatures
Bug Fixes
Miscellaneous Chores
-f
CLI option (8f40383)@grain/compiler: 0.3.0
β BREAKING CHANGES
-f
CLI option_start
_gmain
for old behavior of_start
--experimental-wasm-tail-call
registerBasePrinter
todangerouslyRegisterBasePrinter
in runtime/exception^
as unbox operator (fixes Lang: Syntax error with with unbox operatorΒ #183) (fix!: remove ^ as unbox operator (fixes #183)Β #426)Features
for
loops (#525) (1032a3d)throw
exceptions (1f1cd4a)Bug Fixes
export *
with exceptions (1f1cd4a)_start
(3d4ac6e)^
as unbox operator (fixes #183) (#426) (08b6b05)Miscellaneous Chores
-f
CLI option (8f40383)_gmain
for old behavior of_start
(3d4ac6e)registerBasePrinter
todangerouslyRegisterBasePrinter
in runtime/exception (61c2a94)--experimental-wasm-tail-call
(3d4ac6e)@grain/runtime: 0.3.0
β BREAKING CHANGES
_start
_gmain
for old behavior of_start
--experimental-wasm-tail-call
Features
throw
exceptions (1f1cd4a)Bug Fixes
export *
with exceptions (1f1cd4a)_start
(3d4ac6e)Miscellaneous Chores
_gmain
for old behavior of_start
(3d4ac6e)--experimental-wasm-tail-call
(3d4ac6e)@grain/stdlib: 0.3.0
β BREAKING CHANGES
registerBasePrinter
todangerouslyRegisterBasePrinter
in runtime/exception^
as unbox operator (fixes Lang: Syntax error with with unbox operatorΒ #183) (fix!: remove ^ as unbox operator (fixes #183)Β #426)Features
throw
exceptions (1f1cd4a)Bug Fixes
export *
with exceptions (1f1cd4a)^
as unbox operator (fixes #183) (#426) (08b6b05)Miscellaneous Chores
registerBasePrinter
todangerouslyRegisterBasePrinter
in runtime/exception (61c2a94)This PR was generated with Release Please. See documentation.