Skip to content

Commit

Permalink
feat: Release 7.3.0 (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianNiehusAA authored Nov 13, 2024
1 parent 51532a2 commit d89bb73
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
## Unreleased

### Features
...

### Fixes
...

### Deprecations
...

### Breaking Changes
...

## 7.3.0

### Features
- Add support for Llama3InstructModel in PromptBasedClassify
- Add TextControl to 'to_instruct_prompt' for instruct models
Expand All @@ -15,11 +29,6 @@

### Fixes
- Improved some docstring inconsistencies across the codebase and switched the docstring checker to pydoclint.
### Deprecations
...

### Breaking Changes
...

## 7.2.0

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

0 comments on commit d89bb73

Please sign in to comment.