From a066a707efd5d5a71b7aae7c580c2b67cb1e2c2d Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 3 Jul 2019 11:52:16 +0200 Subject: [PATCH] Update docs/releases.md Co-Authored-By: Michael Burns <5170+mburns@users.noreply.github.com> --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 3e2c0abfb..7171cbb06 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -147,7 +147,7 @@ The best place to ask your questions about IPFS, how it works and what you can d ## Release Version Numbers (aka semver) -Until `go-ipfs` 0.4.X, `go-ipfs` was not using semver to communicate the type of relase +Until `go-ipfs` 0.4.X, `go-ipfs` was not using semver to communicate the type of release Post `go-ipfs` 0.5.X, `go-ipfs` will use semver. This means that patch releases will not contain any breaking changes nor new features. Minor releases might contain breaking changes and always contain some new feature