Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.5.3...v5.0.0) (2024-07-27)

### ⚠ BREAKING CHANGES

* old events in ob-api will not trigger until their detail-types are updated to `!Sub '${ObToolEventDetailType} - ${AWS::StackName}'`

### Bug Fixes

* Added infra stack name to tool event source to disambiguate tool activations. ([2235c96](2235c96))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent 2235c96 commit 1d32530
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/svange/openbrain/compare/v4.5.3...v5.0.0) (2024-07-27)


### ⚠ BREAKING CHANGES

* old events in ob-api will not trigger until their detail-types are updated to `!Sub '${ObToolEventDetailType} - ${AWS::StackName}'`

### Bug Fixes

* Added infra stack name to tool event source to disambiguate tool activations. ([2235c96](https://github.com/svange/openbrain/commit/2235c966b3768e29bc8d69cd2d8b61829ae5f920))

## [4.5.3](https://github.com/svange/openbrain/compare/v4.5.2...v4.5.3) (2024-07-27)


Expand Down
2 changes: 1 addition & 1 deletion openbrain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.5.3"
__version__ = "5.0.0"

# import os
# from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbrain"
version = "4.5.3"
version = "5.0.0"
description = "A package to interact with generative AI and build specialized generative AI workflows. This project is dual-licensed under AGPL-3.0 and a separate commercial license."
authors = ["Samuel Vange <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1d32530

Please sign in to comment.