Skip to content

Commit

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

## Unreleased

### Breaking Changes
...
### New Features
...
### Fixes
...
### Deprecations
...

## 3.0.0

### Breaking Changes
- We removed the `trace_id` as a concept from various tracing-related functions and moved them to a `context`. If you did not directly use the `trace_id` there is nothing to change.
- `Task.run` no longer takes a trace id. This was an largely unused feature and we revamped the trace ids for the traces.
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 = "2.0.0"
version = "3.0.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ac34fcd

Please sign in to comment.