Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Sep 17, 2024
1 parent 052b648 commit 9cce835
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<InvariantGlobalization>true</InvariantGlobalization>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>0.30.10</Version>
<Version>0.30.11</Version>
<LangVersion>preview</LangVersion>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ merge-message-formats: {}
commit-message-incrementing: Enabled
patch-version-bump-message: "^(add|bump|drop|mv|move|update|expose|remove|refactoring|additional|use|improvement|fix|refactor)(.+)?"
tag-prefix: 'IGNORE'
next-version: "0.30.10"
next-version: "0.30.11"
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.31.0'
version: '0.30.11'
author:
- name: Yuuki Wesp
github: '0xF6'
Expand Down
6 changes: 3 additions & 3 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.31.0",
"version": "0.30.11",
"workloads": {
"vein-compiler": {
"name": "vein-compiler",
Expand All @@ -19,8 +19,8 @@
"name": "vein-compiler-package",
"kind": "tool",
"aliases": {
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.31.0/veinc.compiler.win-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.31.0/veinc.compiler.osx-arm64.zip"
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.11/veinc.compiler.win-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.11/veinc.compiler.osx-arm64.zip"
},
"definition": [
{
Expand Down
8 changes: 7 additions & 1 deletion workloads/publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ rm -r -fo ./compiler/bin
rm -r -fo ./compiler/obj
rm -r -fo ./runtime/bin
rm -r -fo ./runtime/obj
rm -r -fo ./vein.runtime.core/bin
rm -r -fo ./vein.runtime.core/obj

cd ./compiler
& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
Expand All @@ -10,4 +12,8 @@ cd ..
cd ./runtime
& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
rune publish
cd ..
cd ..
cd ./vein.runtime.core
& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
rune publish
cd ..
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.31.0'
version: '0.30.11'
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.31.0",
"version": "0.30.11",
"workloads": {
"vein-compiler": {
"name": "vein-runtime",
Expand All @@ -19,8 +19,8 @@
"name": "vein-runtime-package",
"kind": "tool",
"aliases": {
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.31.0/vein.runtime.win-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.31.0/vein.runtime.osx-arm64.zip"
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.11/vein.runtime.win-x64.zip",
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.11/vein.runtime.osx-arm64.zip"
},
"definition": [
{
Expand All @@ -29,7 +29,7 @@
}
],
"dependencies":{
"vein.runtime.core": "0.31.0"
"vein.runtime.core": "0.30.11"
}
}
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion workloads/vein.runtime.core/vein.runtime.core.vproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vein.runtime.core
version: '0.31.0'
version: '0.30.11'
author:
- name: LLVM Project
github: 'llvm'
Expand Down
2 changes: 1 addition & 1 deletion workloads/vein.runtime.core/workload.manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vein.runtime.core",
"version": "0.31.0",
"version": "0.30.11",
"workloads": {
"core": {
"name": "core",
Expand Down

0 comments on commit 9cce835

Please sign in to comment.