Skip to content

Commit

Permalink
chore(release): 1.25.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 6, 2023
1 parent fa4ad74 commit 564a2b0
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.

## [1.25.0](https://github.com/emma-simbot/policy/compare/v1.24.0...v1.25.0) (2023-02-06)


### Features

* Filter SimBot action and nlu dbs based on match with predicted bounding boxes ([#687](https://github.com/emma-simbot/policy/issues/687)) ([fa4ad74](https://github.com/emma-simbot/policy/commit/fa4ad744ea43be67b136e9f8f54da26543177091))

## [1.24.0](https://github.com/emma-simbot/policy/compare/v1.23.1...v1.24.0) (2023-01-30)


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 = "emma-policy"
version = "1.24.0"
version = "1.25.0"
description = ""
authors = ["Amit Parekh <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/emma_policy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# 3) we can import it into your module module
#
# This is automatic, therefore DO NOT manually change this file!
__version__ = "1.24.0"
__version__ = "1.25.0"

0 comments on commit 564a2b0

Please sign in to comment.