From d22a34cec511c86d91731b9873bad140b89804b2 Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Tue, 11 Aug 2020 11:30:52 +0200 Subject: [PATCH] Prepare 0.7.0 --- CHANGELOG.md | 8 +++++--- README.md | 4 ++++ docs/source/index.rst | 12 ++++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64742c..15193b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - To be 0.7.0 +## [Unreleased] + +## [0.7.0] ### Added @@ -48,7 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#56]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/56 [#57]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/57 - ## [0.6.7] ### Changed @@ -109,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * First public release -[Unreleased]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.8...HEAD +[Unreleased]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.8...0.7.0 [0.6.8]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.7...0.6.8 [0.6.7]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.6...0.6.7 [0.6.6]: https://github.com/SAP/data-attribute-recommendation-python-sdk/compare/v0.6.5...0.6.6 diff --git a/README.md b/README.md index ed7181f..b931b57 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Goals of this SDK: See [CHANGELOG.md]. +Note that this project follows [Semantic Versioning](https://semver.org/). Versions +below `1.0.0` are not guaranteed to have a stable API. For this reason, please +pay attention to the [CHANGELOG.md]. + ## Resources * [Tutorials on Data Attribute Recommendation] - **Free Trial Available** diff --git a/docs/source/index.rst b/docs/source/index.rst index 5556d84..1d411f9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,6 +11,18 @@ Features - Fully type annotated for great autocomplete experience - Supports Python 3.5 up to 3.8 +Release Notes +------------- + +See the `Changelog`_ on GitHub. + +Note that this project follows `Semantic Versioning`_. Versions +below `1.0.0` are not guaranteed to have a stable API. For this reason, please +pay attention to the `Changelog`_. + +.. _Changelog: https://github.com/SAP/data-attribute-recommendation-python-sdk/blob/master/CHANGELOG.md +.. _Semantic Versioning: https://semver.org/ + Getting Started ---------------