From 3b4cde48f1c1a86a19b60b26b528cf301fb90919 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2024 04:32:47 +0000 Subject: [PATCH] chore(release): 4.0.6 [skip ci] ## [4.0.6](https://github.com/svange/openbrain/compare/v4.0.5...v4.0.6) (2024-07-18) ### Bug Fixes * testing aws pipeline actions that aren't tied to node16 ([75492f0](https://github.com/svange/openbrain/commit/75492f09eb4bfd63bf8657accbdc35df7f013ccb)) * updating langchain to 1.x, and adding pyproject.toml to repo ([847f91f](https://github.com/svange/openbrain/commit/847f91fb3931ad0114b758d5572af8fe2e485095)) * updating langchain to 1.x, and adding pyproject.toml to repo ([6674bcb](https://github.com/svange/openbrain/commit/6674bcbd59f670f92155ae150692aa6d645ffd32)) --- CHANGELOG.md | 9 +++++++++ openbrain/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dbe72..5749205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.6](https://github.com/svange/openbrain/compare/v4.0.5...v4.0.6) (2024-07-18) + + +### Bug Fixes + +* testing aws pipeline actions that aren't tied to node16 ([75492f0](https://github.com/svange/openbrain/commit/75492f09eb4bfd63bf8657accbdc35df7f013ccb)) +* updating langchain to 1.x, and adding pyproject.toml to repo ([847f91f](https://github.com/svange/openbrain/commit/847f91fb3931ad0114b758d5572af8fe2e485095)) +* updating langchain to 1.x, and adding pyproject.toml to repo ([6674bcb](https://github.com/svange/openbrain/commit/6674bcbd59f670f92155ae150692aa6d645ffd32)) + ## [4.0.5](https://github.com/svange/openbrain/compare/v4.0.4...v4.0.5) (2024-07-16) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index eb63f0a..85a60a1 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.5" +__version__ = "4.0.6" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index a324690..66636dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "4.0.5" +version = "4.0.6" 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 <7166607+svange@users.noreply.github.com>"] readme = "README.md"