Skip to content

Commit

Permalink
chore(release): 0.1.1-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 27, 2024
1 parent 2f2850f commit 7ab542b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
# CHANGELOG


## v0.1.1-alpha.3 (2024-12-27)

### Documentation

- Update readme with badge and compatibility matrix (#27)
([](https://github.com/scope3data/scope3ai-py/pull),
[`c4ad6cb`](https://github.com/scope3data/scope3ai-py/commit/c4ad6cb6fa3962fba1fd54ea0d97eca10eb47f05))

### Features

- **cohere**: Add support for Cohere client V1 (#29)
([](https://github.com/scope3data/scope3ai-py/pull),
[`60c6295`](https://github.com/scope3data/scope3ai-py/commit/60c62957198fddfa5f707cc6a213c3e1cd7926f3))

- **cohere**: Add support for v2 client + examples (#30)
([](https://github.com/scope3data/scope3ai-py/pull),
[`2f2850f`](https://github.com/scope3data/scope3ai-py/commit/2f2850f9770333bc69080f614d8cf8615a0c42ed))

- **litellm**: Litellm integration (#28) ([](https://github.com/scope3data/scope3ai-py/pull),
[`c1f56b9`](https://github.com/scope3data/scope3ai-py/commit/c1f56b9c1fb9e245ed637c41900e6b0749c975e1))


## v0.1.1-alpha.2 (2024-12-26)

### Chores

- **release**: 0.1.1-alpha.2 ([](https://github.com/scope3data/scope3ai-py/pull),
[`02c461f`](https://github.com/scope3data/scope3ai-py/commit/02c461f14c9ae2540c2b25eeb02554a749459f0f))

### Features

- **tracer**: Add impact and synchronisation in tracer (#26)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scope3ai"
version = "0.1.1-alpha.2"
version = "0.1.1-alpha.3"
description = "Track the environmental impact of your use of AI"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion scope3ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .lib import Scope3AI

__all__ = ["Client", "Scope3AI"]
__version__ = "0.1.1-alpha.2"
__version__ = "0.1.1-alpha.3"
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 7ab542b

Please sign in to comment.