Skip to content

Commit baa0e18

Browse files
[CHORE] review release CHANGELOG.md files (#5457)
# Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the 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** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - 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 <[email protected]>
1 parent d23bf2d commit baa0e18

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

argilla-frontend/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
<!--
8+
These are the section headers that we use:
9+
* "Added" for new features.
10+
* "Changed" for changes in existing functionality.
11+
* "Deprecated" for soon-to-be removed features.
12+
* "Removed" for now removed features.
13+
* "Fixed" for any bug fixes.
14+
* "Security" in case of vulnerabilities.
15+
-->
16+
17+
## [Unreleased]()
18+
19+
## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)
20+
21+
- Added `DarkMode` ([#5412](https://github.com/argilla-io/argilla/pull/5412))
22+
- Added new `empty queue messages` ([#5403](https://github.com/argilla-io/argilla/pull/5403))
23+
- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353))
24+
- Added `Spanish` languages ([#5416](https://github.com/argilla-io/argilla/pull/5416))
25+
- Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))
26+
27+
> [!NOTE]
28+
> For older versions, please review the argilla/CHANGELOG.md and argilla-server/CHANGELOG.md files.

argilla-server/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ These are the section headers that we use:
1616

1717
## [Unreleased]()
1818

19+
## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.0...v2.1.0)
20+
1921
### Added
2022

2123
- Added new `image` type dataset field supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))
2224
- 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))
25+
- Added advanced dsl for text searches. ([#5222](https://github.com/argilla-io/argilla/pull/5222))
2326

2427
### Changed
2528

argilla/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ These are the section headers that we use:
1616

1717
## [Unreleased]()
1818

19+
## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)
20+
1921
### Added
2022

21-
- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353))
22-
- Added `Spanish` languages ([#5416](https://github.com/argilla-io/argilla/pull/5416))
2323
- Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))
2424
- Added dark mode ([#5412](https://github.com/argilla-io/argilla/pull/5412))
2525

0 commit comments

Comments
 (0)