We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59a46e commit 26a0819Copy full SHA for 26a0819
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.14.1
2
+---
3
+* **command-line**
4
+ - support for Go 1.15
5
+* **compiler**
6
+ - loader: work around Windows symlink limitation
7
+
8
0.14.0
9
---
10
* **command-line**
goenv/version.go
@@ -12,7 +12,7 @@ import (
12
13
// Version of TinyGo.
14
// Update this value before release of new version of software.
15
-const Version = "0.14.0"
+const Version = "0.14.1"
16
17
// GetGorootVersion returns the major and minor version for a given GOROOT path.
18
// If the goroot cannot be determined, (0, 0) is returned.
0 commit comments