From baa0e182b05fade505e8248255d8a4c057f26480 Mon Sep 17 00:00:00 2001 From: Paco Aranda Date: Wed, 4 Sep 2024 13:18:43 +0200 Subject: [PATCH] [CHORE] review release CHANGELOG.md files (#5457) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Description **Type of change** - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - Refactor (change restructuring the codebase without changing functionality) - Improvement (change adding some improvement to an existing functionality) - Documentation update **How Has This Been Tested** **Checklist** - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --------- Co-authored-by: Damián Pumar --- argilla-frontend/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ argilla-server/CHANGELOG.md | 3 +++ argilla/CHANGELOG.md | 4 ++-- 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 argilla-frontend/CHANGELOG.md diff --git a/argilla-frontend/CHANGELOG.md b/argilla-frontend/CHANGELOG.md new file mode 100644 index 0000000000..90c6ea29dc --- /dev/null +++ b/argilla-frontend/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## [Unreleased]() + +## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0) + +- Added `DarkMode` ([#5412](https://github.com/argilla-io/argilla/pull/5412)) +- Added new `empty queue messages` ([#5403](https://github.com/argilla-io/argilla/pull/5403)) +- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353)) +- Added `Spanish` languages ([#5416](https://github.com/argilla-io/argilla/pull/5416)) +- Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279)) + +> [!NOTE] +> For older versions, please review the argilla/CHANGELOG.md and argilla-server/CHANGELOG.md files. diff --git a/argilla-server/CHANGELOG.md b/argilla-server/CHANGELOG.md index aad6a1e144..939937ff1b 100644 --- a/argilla-server/CHANGELOG.md +++ b/argilla-server/CHANGELOG.md @@ -16,10 +16,13 @@ These are the section headers that we use: ## [Unreleased]() +## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.0...v2.1.0) + ### Added - Added new `image` type dataset field supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279)) - Added new endpoint `GET /api/v1/datsets/:dataset_id/users/progress` to compute the users progress. ([#5367](https://github.com/argilla-io/argilla/pull/5367)) +- Added advanced dsl for text searches. ([#5222](https://github.com/argilla-io/argilla/pull/5222)) ### Changed diff --git a/argilla/CHANGELOG.md b/argilla/CHANGELOG.md index 48e52b0d5d..58b80c8b9a 100644 --- a/argilla/CHANGELOG.md +++ b/argilla/CHANGELOG.md @@ -16,10 +16,10 @@ These are the section headers that we use: ## [Unreleased]() +## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0) + ### Added -- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353)) -- Added `Spanish` languages ([#5416](https://github.com/argilla-io/argilla/pull/5416)) - Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279)) - Added dark mode ([#5412](https://github.com/argilla-io/argilla/pull/5412))