From 2814a28b2c34e76f873df0d2bb8444955091034b Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Fri, 15 Nov 2024 01:34:50 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.adoc | 3 ++- src/robotide/application/CHANGELOG.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index efb738a7f..36188bc19 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,8 +6,9 @@ All notable changes to this project will be documented in this file. The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog] and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning]. +// == https://github.com/robotframework/RIDE[Unreleased] -== https://github.com/robotframework/RIDE[Unreleased] +== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.1.rst[2.1.1] - 2024-11-14 === Changed diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 0a1a15878..a2862857b 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -1,6 +1,6 @@ Changelog

Changelog


All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog -and this project adheres to Semantic Versioning.

1.1. Changed

  • +and this project adheres to Semantic Versioning.

    1. 2.1.1 - 2024-11-14

    1.1. Changed

    • Changed the workflow for the development versions of RIDE. Now, development versions are taken from the ``develop`` branch, and the ``master`` will stay with released version.
    • Changed the way ``configobj`` code is imported. Now is a submodule obtained from https://github.com/DiffSK/configobj.