Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Aug 18, 2024
1 parent b98e291 commit 01f9508
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions tools/rune-cli/cmd/RunCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ public override async Task<int> ExecuteAsync(CommandContext context, RunSettings
.Replace($"{{{nameof(settings.TraceEnable)}}}", settings.TraceEnable.ToString().ToLowerInvariant())
.Replace($"{{{nameof(settings.SkipValidateArgs)}}}", settings.SkipValidateArgs.ToString().ToLowerInvariant())
.Replace($"{{{nameof(settings.SkipValidateStfTypeOpCode)}}}", settings.SkipValidateStfTypeOpCode.ToString().ToLowerInvariant())
.Replace($"{{{nameof(settings.JitContextDeffer)}}}", settings.JitContextDeffer.ToString().ToLowerInvariant())
.Replace(); //
.Replace($"{{{nameof(settings.JitContextDeffer)}}}", settings.JitContextDeffer.ToString().ToLowerInvariant());

if (!string.IsNullOrEmpty(settings.OverrideBootCfg))
{
Expand Down
2 changes: 1 addition & 1 deletion workloads/compiler/vein.compiler.vproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vein.compiler
version: '0.30.4'
version: '0.30.5'
author:
- name: Yuuki Wesp
github: '0xF6'
Expand Down
12 changes: 6 additions & 6 deletions workloads/compiler/workload.manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vein.compiler",
"version": "0.30.4",
"version": "0.30.5",
"workloads": {
"vein-compiler": {
"name": "vein-compiler",
Expand All @@ -22,11 +22,11 @@
"name": "vein-compiler-package",
"kind": "tool",
"aliases": {
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.win-x64.zip",
"osx-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.osx-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.osx-arm64.zip",
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.linux-x64.zip",
"linux-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.linux-arm64.zip"
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/veinc.compiler.win-x64.zip",
"osx-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/veinc.compiler.osx-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/veinc.compiler.osx-arm64.zip",
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/veinc.compiler.linux-x64.zip",
"linux-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/veinc.compiler.linux-arm64.zip"
},
"definition": [
{
Expand Down
2 changes: 1 addition & 1 deletion workloads/runtime/vein.runtime.vproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vein.runtime
version: '0.30.4'
version: '0.30.5'
author:
- name: Yuuki Wesp
github: '0xF6'
Expand Down
8 changes: 4 additions & 4 deletions workloads/runtime/workload.manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vein.runtime",
"version": "0.30.4",
"version": "0.30.5",
"workloads": {
"vein-compiler": {
"name": "vein-runtime",
Expand All @@ -20,9 +20,9 @@
"name": "vein-runtime-package",
"kind": "tool",
"aliases": {
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/vein.runtime.win-x64.zip",
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/vein.runtime.linux-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/vein.runtime.osx-arm64.zip"
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/vein.runtime.win-x64.zip",
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/vein.runtime.linux-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.5/vein.runtime.osx-arm64.zip"
},
"definition": [
{
Expand Down

0 comments on commit 01f9508

Please sign in to comment.