From 23f18821b6c3fdb9b7f26ab316d38ac19856750e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Fri, 8 Mar 2024 10:36:15 +0100 Subject: [PATCH] Prepare release 1.1.0 (#788) Signed-off-by: Pierre-Yves Lapersonne --- CHANGELOG.md | 5 +++-- .../OrangeDesignSystemDemo/Resources/Base.lproj/AppNews.json | 5 +++++ docs/home_content.md | 2 +- docs_release/README.md | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6349dc3..5b3aca36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ 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](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...qualif) +## [1.1.0](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...1.1.0) - 2024-03-08 ### Changed - - [DemoApp] Add accessibility statement in online resources and point to it from app ([#786](https://github.com/Orange-OpenSource/ods-ios/issues/786)) +- [DemoApp/SDK] Small fixes in the release documentation +- [DemoApp] Add accessibility statement in online resources and point to it from app ([#786](https://github.com/Orange-OpenSource/ods-ios/issues/786)) ## [1.0.0](https://github.com/Orange-OpenSource/ods-ios/compare/0.17.0...1.0.0) - 2024-03-06 diff --git a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/AppNews.json b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/AppNews.json index cdc03b2e..29dfbaaf 100644 --- a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/AppNews.json +++ b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/AppNews.json @@ -1,4 +1,9 @@ [ + { + "version": "1.1.0", + "date": "2024-03-08", + "news": "Redirect user from accessibility statement view to online HTML version" + }, { "version": "1.0.0", "date": "2024-03-06", diff --git a/docs/home_content.md b/docs/home_content.md index 3ead013c..c85da878 100644 --- a/docs/home_content.md +++ b/docs/home_content.md @@ -21,7 +21,7 @@ Once you have your Swift package set up, adding ODS as a dependency is as easy a ```swift dependencies: [ - .package(url: "https://github.com/Orange-OpenSource/ods-ios.git", .upToNextMajor(from: "1.0.0")) + .package(url: "https://github.com/Orange-OpenSource/ods-ios.git", .upToNextMajor(from: "1.1.0")) ] ``` diff --git a/docs_release/README.md b/docs_release/README.md index 3f3796d6..e7490945 100644 --- a/docs_release/README.md +++ b/docs_release/README.md @@ -39,6 +39,7 @@ This file lists all the steps to follow when releasing a new version of ODS iOS. ``` - Ensure the marketing version defined in Xcode is updated with the new X.Y.Z + - Update the version precised in *home_content* file - Commit your modifications - Push them to the repository