Skip to content

Commit

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

### Features

* pipeline broken,  `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([08ee010](08ee010))
  • Loading branch information
semantic-release-bot committed Sep 11, 2024
1 parent 08ee010 commit aaa4de3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* pipeline broken, `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([08ee010](https://github.com/svange/openbrain/commit/08ee01066296e0e32580c3e67784ed53a7fd6499))

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


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.5.0"
__version__ = "5.6.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.5.0"
version = "5.6.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 aaa4de3

Please sign in to comment.