Skip to content

Commit 4a92500

Browse files
committed
Release 0.5.0
Signed-off-by: deadprogram <[email protected]>
1 parent 03edc1e commit 4a92500

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.5.0
2+
---
3+
- **all**
4+
- Adding io.Seeker interface to tinyfs.File
5+
- Adding Stat() method to tinyfs.File interface and the corresponding littlefs and fatfs implementations. Also adding NewTinyFS() method to create instances of the fs.FS interface.
6+
- **examples**
7+
- Update examples for latest driver changes
8+
- **modules**
9+
- update to latest version of tinygo drivers 0.31.0
10+
111
0.4.0
212
---
313
- **littlefs**

version.go

+1-1
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.4.0"
5+
const Version = "0.5.0"

0 commit comments

Comments
 (0)