From 723f964f12c2eda5ea0940547d1bd1d50813a0ac Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Mon, 3 Aug 2020 08:55:26 +0800 Subject: [PATCH] doc: bump version to 0.2.5-RC1 Signed-off-by: Huaqi Fang <578567190@qq.com> --- doc/source/changelog.rst | 13 ++++++------- doc/source/conf.py | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index e2de94b9..1f53697c 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,21 +3,20 @@ Changelog ========= -V0.2.5-dev +V0.2.5-RC1 ---------- -This is release ``0.2.5-dev`` of Nuclei SDK, which is under development. - -.. warning:: - - * The formal release is not yet published, the code is still under development, - the changelog is updated due to code changes. +This is release ``0.2.5-RC1`` of Nuclei SDK. * Documentation - Fix invalid links used in this documentation - Rename `RVStar` to `RV-STAR` to keep alignment in documentation +* NMSIS + + - Update and use NMSIS 1.0.1-RC1 + - Add NMSIS-DSP and NMSIS-NN library for RISC-V 32bit and 64bit V0.2.4 ------ diff --git a/doc/source/conf.py b/doc/source/conf.py index 1f273572..dde35561 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-dev' +version = '0.2.5-RC1' # The full version, including alpha/beta/rc tags -release = '0.2.5-dev' +release = '0.2.5-RC1' # -- General configuration --------------------------------------------------- diff --git a/package.json b/package.json index bf505e06..e919925a 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-dev", + "version": "0.2.5-RC1", "url": "https://github.com/Nuclei-Software/nuclei-sdk/" }