diff --git a/CHANGELOG.md b/CHANGELOG.md index c44d1ca..80be4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.4.0 +--- +- **littlefs** + - update to littlefs 2.8.1 +- **examples** + - Adding sdcard example for fatfs +- **modules** + - update to latest version of tinygo drivers 0.27.0 + 0.3.0 --- - **examples** diff --git a/version.go b/version.go index cace609..535c6d1 100644 --- a/version.go +++ b/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"