Skip to content

Commit

Permalink
Bump major version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianNiehusAA committed May 21, 2024
1 parent 607b5fb commit d46d2ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Unreleased

### Breaking Changes
...

### New Features
...

### Fixes
...

### Deprecations
...

## 2.0.0

### Breaking Changes
- Changed the behavior of `IncrementalEvaluator::do_evaluate` such that it now sends all `SuccessfulExampleOutput`s to `do_incremental_evaluate` instead of only the new `SuccessfulExampleOutput`s.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "intelligence-layer"
version = "1.2.0"
version = "2.0.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d46d2ed

Please sign in to comment.