Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] Review changelogs #5707

Merged
merged 7 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ These are the section headers that we use:

## [Unreleased]()

## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0)

### Added

- Add a high-contrast theme & improvements for the forced-colors mode. ([#5661](https://github.com/argilla-io/argilla/pull/5661))
Expand Down
3 changes: 3 additions & 0 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ These are the section headers that we use:

## [Unreleased]()

## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0)

### Added

- Added new endpoints to create, update, ping and delete webhooks. ([#5453](https://github.com/argilla-io/argilla/pull/5453))
Expand All @@ -27,6 +29,7 @@ These are the section headers that we use:
### Changed

- Changed default python version to 3.13. ([#5649](https://github.com/argilla-io/argilla/pull/5649))
- Changed Pydantic version to v2 ([#5666](https://github.com/argilla-io/argilla/pull/5666))
frascuchon marked this conversation as resolved.
Show resolved Hide resolved

### Fixed

Expand Down
10 changes: 9 additions & 1 deletion argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,20 @@ These are the section headers that we use:

## [Unreleased]()

## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.0...v2.5.0)

### Added

- Added support to remove/override datasets settings. ([#5584](https://github.com/argilla-io/argilla/pull/5584))
- Added support to update question attributes. ([#5680](https://github.com/argilla-io/argilla/pull/5680))
- Added support to webhook listeners. ([#5502](https://github.com/argilla-io/argilla/pull/5502))
- Added support to Python 3.13. ([#5652](https://github.com/argilla-io/argilla/pull/5652))

## [2.4.0](https://github.com/argilla-io/argilla/compare/v2.3.0...v2.4.0)

### Added

- Added `Argilla.deploy_on_spaces` to deploy the Argilla server on Hugging Face Spaces. ([#5547](https://github.com/argilla-io/argilla/pull/5547))
- Add support to webhooks. ([#5467](https://github.com/argilla-io/argilla/pull/5467))

### Changed

Expand Down
Loading