Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 31, 2024
1 parent 4cddb64 commit 99dfa7b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
# CHANGELOG


## v0.2.0 (2024-12-31)

### Continuous Integration

- **coveralls**: Add support for coveralls (#35)
([](https://github.com/scope3data/scope3ai-py/pull),
[`4cddb64`](https://github.com/scope3data/scope3ai-py/commit/4cddb6439eb45759482a0eb661b0efda070a9f92))

### Documentation

- **openai**: Add OpenAI chat examples using chat interface (#33)
([](https://github.com/scope3data/scope3ai-py/pull),
[`9fcc2e5`](https://github.com/scope3data/scope3ai-py/commit/9fcc2e530468b9595d17152c430911e05d9072fb))

### Features

- **anthropic**: Support for messages.create(stream=True) + add chat examples (#34)
([](https://github.com/scope3data/scope3ai-py/pull),
[`4598bdf`](https://github.com/scope3data/scope3ai-py/commit/4598bdf7ebd5a73ca597a95fc811174f66d5b7d1))


## v0.1.0 (2024-12-27)

### Build System

- Add classifiers to the project (#31) ([](https://github.com/scope3data/scope3ai-py/pull),
[`d09bff9`](https://github.com/scope3data/scope3ai-py/commit/d09bff979400f4c32a814cd04227208aaf7bec5f))

### Chores

- **release**: 0.1.0 ([](https://github.com/scope3data/scope3ai-py/pull),
[`b4f2dbc`](https://github.com/scope3data/scope3ai-py/commit/b4f2dbc8b91b7895788582f07f2a278dc9532616))


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

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.0"
version = "0.2.0"
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.0"
__version__ = "0.2.0"
6 changes: 3 additions & 3 deletions uv.lock

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

0 comments on commit 99dfa7b

Please sign in to comment.