Skip to content

Commit 26a0819

Browse files
committed
main: release 0.14.1
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent b59a46e commit 26a0819

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.14.0
29
---
310
* **command-line**

goenv/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// Version of TinyGo.
1414
// Update this value before release of new version of software.
15-
const Version = "0.14.0"
15+
const Version = "0.14.1"
1616

1717
// GetGorootVersion returns the major and minor version for a given GOROOT path.
1818
// If the goroot cannot be determined, (0, 0) is returned.

0 commit comments

Comments
 (0)