Skip to content

Commit

Permalink
chore(release): 5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.5.0](v5.4.2...v5.5.0) (2024-09-11)

### Features

* fixing tests and updating ([df99f28](df99f28))
* pipeline broken,  `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([d19d12d](d19d12d))
* pipeline broken,  `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([87c6d82](87c6d82))
* removing deprecated llms ([2617993](2617993))
  • Loading branch information
semantic-release-bot committed Sep 11, 2024
1 parent d19d12d commit 0e6de5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.0](https://github.com/svange/openbrain/compare/v5.4.2...v5.5.0) (2024-09-11)


### Features

* fixing tests and updating ([df99f28](https://github.com/svange/openbrain/commit/df99f28d0e9a366d82649bda8363532d2ca6fe87))
* pipeline broken, `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([d19d12d](https://github.com/svange/openbrain/commit/d19d12d5e44abf6aacd779602469f0f783b8009a))
* pipeline broken, `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([87c6d82](https://github.com/svange/openbrain/commit/87c6d8278b1c794362ba6573daaaa783b07c53a4))
* removing deprecated llms ([2617993](https://github.com/svange/openbrain/commit/2617993b152a4c7d49d9aeab50091e421fb6725c))

## [5.4.2](https://github.com/svange/openbrain/compare/v5.4.1...v5.4.2) (2024-08-15)


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__ = "5.4.2"
__version__ = "5.5.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 = "5.4.2"
version = "5.5.0"
description = "A package to interact with generative AI and build specialized generative AI workflows."
authors = ["Samuel Vange <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0e6de5d

Please sign in to comment.