Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.6...v1.1.0) (2024-02-03)

### Features

* adding optional initial_context dictionary to agent creation, allowing for information like initiating user's information to be injected into the agent's memory. ([0e8feaa](0e8feaa))
* adding optional initial_context dictionary to agent creation, allowing for information like initiating user's information to be injected into the agent's memory. ([fa751c5](fa751c5))
  • Loading branch information
semantic-release-bot committed Feb 3, 2024
1 parent 0e8feaa commit 9962216
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.

## [1.1.0](https://github.com/svange/openbrain/compare/v1.0.6...v1.1.0) (2024-02-03)


### Features

* adding optional initial_context dictionary to agent creation, allowing for information like initiating user's information to be injected into the agent's memory. ([0e8feaa](https://github.com/svange/openbrain/commit/0e8feaa9b6b0da1de74ff76eba44200b739de070))
* adding optional initial_context dictionary to agent creation, allowing for information like initiating user's information to be injected into the agent's memory. ([fa751c5](https://github.com/svange/openbrain/commit/fa751c5f80b0910e0a11a96ea60d97c07ddf9334))

## [1.0.6](https://github.com/svange/openbrain/compare/v1.0.5...v1.0.6) (2024-01-16)


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__ = "1.0.6"
__version__ = "1.1.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 = "1.0.6"
version = "1.1.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 9962216

Please sign in to comment.