Ayke van Laethem
b5ad81c884
all: update to version 0.26.0
2022-09-29 15:05:15 +02:00
Damian Gryski
edbbca5614
all: remove calls to deprecated ioutil package
...
Fixes produced via semgrep and https://github.com/dgryski/semgrep-go/blob/master/ioutil.yml
2022-08-07 10:32:23 +02:00
sago35
3cfaceeb16
all: update version for next development iteration
2022-08-04 09:11:18 +02:00
Ayke van Laethem
f0391eac25
all: update to version 0.25.0
2022-08-02 18:25:51 +02:00
sago35
f38603530d
all: update version for next development iteration
2022-07-02 23:35:14 +02:00
Ayke van Laethem
d984b55311
all: update to version 0.24.0
2022-06-29 15:18:33 +02:00
deadprogram
db389ba443
all: update version for next development iteration
...
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-05-03 04:57:08 +02:00
Ayke van Laethem
cf0b7edc78
all: release v0.23.0
2022-04-28 17:51:09 +02:00
Elias Naur
e060e588ab
goenv: look for Go version in $GOROOT/src/internal/buildcfg/zbootstrap.go
...
The old path, $GOROOT/runtime/internal/sys/zversion.go, no longer contains
the Go version.
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2022-04-09 10:11:07 +02:00
ZauberNerd
d066b5c232
Move gitSha1 build time variable from main to goenv package
...
Moving and exporting this variable from the main to the goenv package
allows us to use it from both the main and the builder package.
This is done in preparation to include the value in `tinygo build`
linker flags, so that we can embed the version and git sha into binaries
built with tinygo.
2022-03-19 15:36:44 +01:00
sago35
4210200070
goenv: update version for start of 0.23.0 development cycle
2022-01-27 15:53:53 +01:00
Ayke van Laethem
5ce072b827
all: release v0.22.0
2022-01-25 23:12:07 +01:00
Nia Waldvogel
39ce7111bd
goenv: update version for start of 0.22.0 development cycle
2021-11-18 23:19:48 +01:00
Ayke van Laethem
06df31944c
all: release v0.21.0
2021-11-18 14:20:59 +01:00
sago35
54867f901a
version: update TinyGo version to 0.21.0-dev
2021-09-23 21:08:44 +02:00
Ayke van Laethem
a116fd0dc6
main: release version 0.20.0
2021-09-21 18:05:21 +02:00
Ayke van Laethem
ad73986070
goenv: improve Go version detection
...
First look at the VERSION file, only then look at
src/runtime/internal/sys/zversion.go. This makes it possible to
correctly detect the Go version for release candidates.
2021-08-30 09:18:58 +02:00
sago35
2d633e3a28
version: update TinyGo version to 0.20.0-dev
2021-07-02 18:47:30 +02:00
Ayke van Laethem
64d048c47c
main: release version 0.19.0
2021-06-30 20:05:10 +02:00
sago35
2085ffb334
version: update TinyGo version to 0.19.0-dev
2021-05-14 11:47:07 +02:00
Ayke van Laethem
e44cb7e519
main: version 0.18.0
2021-05-12 07:23:49 +02:00
sago35
e36dfe58ac
version: update TinyGo version to 0.18.0-dev
2021-03-07 08:53:48 +09:00
Ayke van Laethem
138befd8a2
all: release v0.17.0
2021-03-05 17:41:06 +01:00
sago35
0c4f0b1ebf
version: update TinyGo version to 0.17.0-dev
2020-11-27 18:55:02 +01:00
Ayke van Laethem
15361c829e
main: release 0.16.0
2020-11-17 11:15:15 +01:00
sago35
2a72262c33
version: update TinyGo version to 0.16.0-dev
2020-09-18 01:32:31 +02:00
deadprogram
e8615d1007
Prepare for 0.15.0 release
...
Signed-off-by: deadprogram <ron@hybridgroup.com>
2020-09-17 11:48:55 +02:00
deadprogram
1dc85ded47
version: update TinyGo version to 0.15.0-dev
...
Signed-off-by: deadprogram <ron@hybridgroup.com>
2020-08-24 12:04:47 +02:00
deadprogram
26a0819119
main: release 0.14.1
...
Signed-off-by: deadprogram <ron@hybridgroup.com>
2020-08-19 08:37:16 +02:00
Ayke van Laethem
154d4a781f
main: release 0.14.0
2020-08-03 12:46:32 +02:00
Ayke van Laethem
ab2a81cc52
main: move TinyGo version to goenv
...
This is needed to make it available to more packages, for caching
purposes.
For caching, the version itself may not be enough during development.
But for regular releases, the version provides some protection against
accidentally using a cache entry that is invalid in a newer version.
2020-05-27 13:08:17 +02:00
Ayke van Laethem
2a98433c8e
builder: move Go version code to goenv package
...
This is necessary to avoid a circular dependency in the loader (which
soon will need to read the Go version) and because it seems like a
better place anyway.
2020-05-27 13:08:17 +02:00