Skip to content

Commit 3bd21c1

Browse files
committed
all: update for TinyGo 0.23
Signed-off-by: deadprogram <[email protected]>
1 parent d2d45bf commit 3bd21c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.2.0
2+
---
3+
4+
- Compatability with TinyGo 0.23.0
5+
6+
17
0.1.0
28
---
39
- **first release**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package tinyfs
22

33
// Version returns a user-readable string showing the version of the package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.1.0"
5+
const Version = "0.2.0"

0 commit comments

Comments
 (0)