Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Frank <[email protected]>
  • Loading branch information
github-actions[bot] and Nicolas Frank authored Oct 29, 2024
1 parent a82b297 commit e85b269
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0](https://github.com/BlueBrain/neuroagent/compare/v0.2.0...v0.3.0) (2024-10-29)


### Features

* Added release please ([dd11700](https://github.com/BlueBrain/neuroagent/commit/dd1170095a92b086d264e09d6ba417b506f2d3e4))
* Added release please to automate changelogs and releases. ([5b9d30b](https://github.com/BlueBrain/neuroagent/commit/5b9d30b1d304a4a16761939625db31ed581bc57b))
* Added stream ([#33](https://github.com/BlueBrain/neuroagent/issues/33)) ([3df8463](https://github.com/BlueBrain/neuroagent/commit/3df84637649fce5937688f288d4d03f9c4eab0b6))

## [Unreleased]

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/neuroagent/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Neuroagent package."""

__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit e85b269

Please sign in to comment.