From 3a9e26fbbae3ddf4b9f060b461b664c42dc714b5 Mon Sep 17 00:00:00 2001 From: Matt Taylor Date: Tue, 16 Jan 2018 11:24:01 -0800 Subject: [PATCH 1/2] Release 1.0.3 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706a9c39d3..71d4369096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.3 + +* https://github.com/numenta/nupic.core/issues/1380 Added stronger type checking for SP compute input. + +## 1.0.2 + ## 1.0.1 * NUP-2481: Update capnp to 0.6.1 diff --git a/VERSION b/VERSION index 7d039f3d8b..21e8796a09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3.dev0 +1.0.3 From 685b99d8c6d4b75d97ef7b858e76a0862c3a3f80 Mon Sep 17 00:00:00 2001 From: Matt Taylor Date: Tue, 16 Jan 2018 11:27:14 -0800 Subject: [PATCH 2/2] Found these commits for 1.0.2 that were not in the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d4369096..58fd1ce832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ ## 1.0.2 +* NUP-2481: Update capnp to 0.6.1 +* NUP-2469: Mark version as pre-release +* Don't run iwyu if doing gcc build +* RES-571 Explicitly declare cmake 3.3 minimum requirement + ## 1.0.1 * NUP-2481: Update capnp to 0.6.1