Skip to content

Commit

Permalink
bump: version 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent cb22aa1 commit 299d96f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.5.0 (2024-10-07)

### Feat

- **core**: add environment and execution mode property to base controller
- **llm**: add llm base controller and aws controller
- **vllm**: saving endpoint base url in parameter store

### Fix

- **llm**: move the cloud agnostic methods of the controller to the base
- **core**: broken import after clean up __init__ files
- **llm, example**: pulumi only works with `__main__.py` file name
- **core**: init all controllers when using `from damavand...controllers`
- **vllm**: make api route open ai compatible

## v0.4.1 (2024-10-03)

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion src/damavand/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.5.0"

0 comments on commit 299d96f

Please sign in to comment.