From 1678f6755bb134f13151d2ec64155cdda6d7cdd7 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 7 Oct 2020 08:55:28 +0200 Subject: [PATCH 1/2] Bump spec version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the changes in https://github.com/dfinity/candid/pull/110 are definitely more than editorial, so even if we don’t bump the Magic Bytes, I think we should definitely bump the version of the spec. --- spec/Candid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Candid.md b/spec/Candid.md index 1b533a066..675dc25ac 100644 --- a/spec/Candid.md +++ b/spec/Candid.md @@ -1,6 +1,6 @@ # Candid Specification -Version: 0.1.1 +Version: 0.2 Date: Aug 25, 2020 From a39f8a4d553bb713c5c72804c83d4dc031d93b04 Mon Sep 17 00:00:00 2001 From: Yan Chen <48968912+chenyan-dfinity@users.noreply.github.com> Date: Thu, 8 Oct 2020 09:30:57 -0700 Subject: [PATCH 2/2] Update spec/Candid.md Co-authored-by: Joachim Breitner --- spec/Candid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Candid.md b/spec/Candid.md index 675dc25ac..5548be828 100644 --- a/spec/Candid.md +++ b/spec/Candid.md @@ -1,6 +1,6 @@ # Candid Specification -Version: 0.2 +Version: 0.1.2 Date: Aug 25, 2020