Skip to content

Commit 925879d

Browse files
committed
Update for v0.4.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 1670691 commit 925879d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
0.3.0
211
---
312
- **examples**

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.3.0"
5+
const Version = "0.4.0"

0 commit comments

Comments
 (0)