Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 7bf9836 commit 3a40852
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name = "cz_conventional_commits"
tag_format = "v$version"
major_version_zero = true
update_changelog_on_bump = true
version = "0.0.0"
version = "0.1.0"
version_files = ["Cargo.toml:^version"]
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## v0.1.0 (2024-11-15)

### Feat

- implement pipeline steering logic (#5)
- dynamic pipeline routing (#4)
- azure openai provider (#3)
- initial completions and embeddings routes with openai and anthropic providers (#1)

### Fix

- dockerfile and release pipeline (#2)
- make anthropic work (#8)
- cleanups; lint warnings fail CI (#9)
- missing model name in response; 404 for model not found (#6)

0 comments on commit 3a40852

Please sign in to comment.