diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4e1afe7..a31fb62 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: Test mounting an nfs share + hash: 0dabf12e7be3acb0f099651143ba0fed23ab1904 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Add NFSv4 support to the kernel + hash: c1ca7a9864f0766e68329616cef5fcd26a5e084c + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 0.0.38 + title: "" + date: 2024-02-20T18:49:58.051Z - commits: - subject: Enable basic NFS client features hash: 26c0d2347732a5020cae2a488629997349fc53a8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3311484..1b20435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.0.38 +## (2024-02-20) + +* Test mounting an nfs share [Kyle Harding] +* Add NFSv4 support to the kernel [Kyle Harding] + # v0.0.37 ## (2024-02-13) diff --git a/VERSION b/VERSION index 7e4eee2..311e80e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.37 \ No newline at end of file +0.0.38 \ No newline at end of file