From e541e77645c4e2a8b68c953763ea90c7cbc852af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Fri, 18 Aug 2023 10:14:06 +0200 Subject: [PATCH 1/2] Set version to 1.0.0 (release candidate) --- README.md | 4 +--- spec/private-wnfs.md | 4 ++-- spec/public-wnfs.md | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fcb8f41..49f15b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -⚠️ This spec suite is Work-in-Progress. It may be useful for reference & discussion, though ⚠️ - -# Webnative File System (WNFS) Specification v0.2.0-alpha +# Webnative File System (WNFS) Specification v1.0.0-rc ## Abstract diff --git a/spec/private-wnfs.md b/spec/private-wnfs.md index a8e32c7..e015107 100644 --- a/spec/private-wnfs.md +++ b/spec/private-wnfs.md @@ -135,7 +135,7 @@ type PrivateNode type PrivateDirectory = { "wnfs/priv/dir": { - version: "0.2.0" + version: "1.0.0" headerCid: Cid previous: Array @@ -154,7 +154,7 @@ type PrivateRef = { type PrivateFile = { "wnfs/priv/file": { - version: "0.2.0" + version: "1.0.0" headerCid: Cid previous: Array diff --git a/spec/public-wnfs.md b/spec/public-wnfs.md index 9297530..e94e9e4 100644 --- a/spec/public-wnfs.md +++ b/spec/public-wnfs.md @@ -19,7 +19,7 @@ type PublicNode type PublicDirectory = { "wnfs/pub/dir": { - version: "0.2.0" + version: "1.0.0" previous: Array>> // userland: metadata: Metadata @@ -33,7 +33,7 @@ type PublicSymlink = { type PublicFile = { "wnfs/pub/file": { - version: "0.2.0" + version: "1.0.0" previous: Array>> // userland: metadata: Metadata From 59fc54d74d729e2de20f9b57ef8094e2a479a8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Fri, 18 Aug 2023 10:19:32 +0200 Subject: [PATCH 2/2] Put version into code tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f15b7..441c117 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Webnative File System (WNFS) Specification v1.0.0-rc +# Webnative File System (WNFS) Specification `v1.0.0-rc` ## Abstract