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 1670691 commit 925879dCopy full SHA for 925879d
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+0.4.0
2
+---
3
+- **littlefs**
4
+ - update to littlefs 2.8.1
5
+- **examples**
6
+ - Adding sdcard example for fatfs
7
+- **modules**
8
+ - update to latest version of tinygo drivers 0.27.0
9
+
10
0.3.0
11
---
12
- **examples**
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.3.0"
+const Version = "0.4.0"
0 commit comments