Skip to content

Commit

Permalink
Bump major version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinKallenbornAA committed Jun 25, 2024
1 parent e320edc commit 2ad73f4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

## Unreleased
...
### Breaking Changes
...


### Features
...

### Fixes
...

### Deprecations
...

## 5.0.0

### Breaking Changes
- `RunRepository.example_output` now returns `None` and prints a warning when there is no associated record for the given `run_id` instead of raising a `ValueError`.
Expand All @@ -15,9 +30,8 @@

### Fixes
- Remove unnecessary dependencies from IL
- Added default values for `labels` and `metadata` for `PartialEvaluationOverview`

### Deprecations
...

## 4.1.0

Expand Down
4 changes: 3 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "4.1.0"
version = "5.0.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2ad73f4

Please sign in to comment.