From f4a4b0846e2c6cc01297f62b6006828664018cfc Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Mon, 31 Aug 2020 10:09:49 +0800 Subject: [PATCH] doc: Add changelog for 0.2.6-dev Signed-off-by: Huaqi Fang <578567190@qq.com> --- doc/source/changelog.rst | 20 ++++++++++++++++++++ doc/source/conf.py | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 5531dcab..bde6bde1 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,6 +3,26 @@ Changelog ========= +V0.2.6-dev +---------- + +This is the develop release version ``0.2.6`` of Nuclei SDK. + +* Application + + - Fix typo in rtthread demo code + - Update helloworld application to parse vector extension + +* NMSIS + + - Update NMSIS DSP and NN library built using NMSIS commit 3d9d40ff + +* Documentation + + - Update quick startup nuclei tool setup section + - Update build system documentation + - Fix typo in application documentation + V0.2.5 ------ diff --git a/doc/source/conf.py b/doc/source/conf.py index 1e57aa9c..eb89d85a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,10 +21,10 @@ author = 'Nuclei' # The short X.Y version -version = '0.2.5' +version = '0.2.6-dev' # The full version, including alpha/beta/rc tags -release = '0.2.5' +release = '0.2.6-dev' # -- General configuration --------------------------------------------------- diff --git a/package.json b/package.json index 417f6aa7..45b02927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-nuclei-sdk", "description": "Nuclei N/NX Embedded SDK", - "version": "0.2.5", + "version": "0.2.6-dev", "url": "https://github.com/Nuclei-Software/nuclei-sdk/" }