Skip to content

Commit

Permalink
chore: restore 2.1.0 changes in change log and remove unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
burtenshaw committed Sep 18, 2024
1 parent 72d0e9e commit bdea429
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ These are the section headers that we use:
* "Security" in case of vulnerabilities.
-->

## [Unreleased]()

## [2.2.0](https://github.com/argilla-io/argilla/compare/v2.1.0...v2.2.0)

- Added new `ChatField` supporting chat messages. ([#5376](https://github.com/argilla-io/argilla/pull/5376))
Expand All @@ -25,12 +23,13 @@ These are the section headers that we use:
- Added multiple error handling methods to the `rg.Dataset.records.log` method to warn, ignore, or raise errors. ([#5466](https://github.com/argilla-io/argilla/pull/5463))
- Changed dataset import and export of `rg.LabelQuestion` to use `datasets.ClassLabel` not `datasets.Value`. ([#5474](https://github.com/argilla-io/argilla/pull/5474))


## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)

### Added

- 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))
- Added settings parameter to `rg.Dataset.from_hub` to define the dataset settings before ingesting a dataset from the hub. ([#5418](https://github.com/argilla-io/argilla/pull/5418))

## [2.0.1](https://github.com/argilla-io/argilla/compare/v2.0.0...releases/2.0.1)

Expand Down

0 comments on commit bdea429

Please sign in to comment.