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 d2d45bf commit 3bd21c1Copy full SHA for 3bd21c1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.2.0
2
+---
3
+
4
+- Compatability with TinyGo 0.23.0
5
6
7
0.1.0
8
---
9
- **first release**
version.go
@@ -2,4 +2,4 @@ package tinyfs
// Version returns a user-readable string showing the version of the package for support purposes.
// Update this value before release of new version of software.
-const Version = "0.1.0"
+const Version = "0.2.0"
0 commit comments