Skip to content

Commit

Permalink
chore(release): 0.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.11.2](v0.11.1...v0.11.2) (2023-09-26)

### Bug Fixes

* added more granularity to CI/CD system and attempting to bring prereleases. ([8316019](8316019))
* updating CI/CD ([937d34b](937d34b))
  • Loading branch information
semantic-release-bot committed Sep 26, 2023
1 parent 937d34b commit 01b3ae3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.2](https://github.com/svange/openbrain/compare/v0.11.1...v0.11.2) (2023-09-26)


### Bug Fixes

* added more granularity to CI/CD system and attempting to bring prereleases. ([8316019](https://github.com/svange/openbrain/commit/83160190224d043e9663cf47fbe7b2c381fb586c))
* updating CI/CD ([937d34b](https://github.com/svange/openbrain/commit/937d34b65f22210e808546cc5afd7bd48f76acad))

## [0.11.1](https://github.com/svange/openbrain/compare/v0.11.0...v0.11.1) (2023-09-26)


Expand Down
2 changes: 1 addition & 1 deletion openbrain/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.1"
__version__ = "0.11.2"
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 = "0.11.1"
version = "0.11.2"
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 01b3ae3

Please sign in to comment.