Skip to content

Commit b68a846

Browse files
committed
Merge: Release v0.6.1
2 parents 2213e42 + 4ed5f72 commit b68a846

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
55
## [Unreleased]
66

7-
[Unreleased]: https://github.com/vain0x/milone-lang/compare/v0.6.0...develop
7+
[Unreleased]: https://github.com/vain0x/milone-lang/compare/v0.6.1...develop
8+
9+
10+
11+
## [v0.6.1] - 2024-01-07
12+
13+
[v0.6.1]: https://github.com/vain0x/milone-lang/compare/v0.6.0...develop
14+
15+
This version fixes a build issue. It also provides .NET tool version upgrade and some performance improvement.
816

917
### CLI Tools
1018

src/MiloneCli/Cli.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module ModuleLoad = MiloneCli.ModuleLoad
2222
module PL = MiloneCli.PlatformLinux
2323
module PW = MiloneCli.PlatformWindows
2424

25-
let private currentVersion () = "0.6.0"
25+
let private currentVersion () = "0.6.1"
2626

2727
let private helpText () =
2828
let s =

src/MyBuildTool/Packaging.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open MyBuildTool.MyShell
77
open MyBuildTool.PlatformInfo
88
open MyBuildTool.Util
99

10-
let private MiloneVersion: string = "0.6.0"
10+
let private MiloneVersion: string = "0.6.1"
1111
let private AssetsDir: string = __SOURCE_DIRECTORY__ + "/assets"
1212
let private Cwd: string = Environment.CurrentDirectory
1313

src/MyBuildTool/assets/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ To use unqualified `milone` command, add `$HOME/.local/bin` to your `$PATH` envi
2222

2323
## See Also
2424

25-
[binary_package.md](https://github.com/vain0x/milone-lang/blob/v0.6.0/docs/binary_package.md)
25+
[binary_package.md](https://github.com/vain0x/milone-lang/blob/v0.6.1/docs/binary_package.md)

0 commit comments

Comments
 (0)