From c879d5a6cef56228e136f71f8b2c8a007bde546f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Apr 2023 14:24:36 +0000 Subject: [PATCH] chore(release): 1.13.0 [skip ci] ## [1.13.0](https://github.com/emma-simbot/perception/compare/v1.12.0...v1.13.0) (2023-04-15) ### Features * new entity clf ([#235](https://github.com/emma-simbot/perception/issues/235)) ([99da0ca](https://github.com/emma-simbot/perception/commit/99da0ca2ff773ece1b344320160d6e4cab0b0a90)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/emma_perception/_version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc1b18..a367f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13.0](https://github.com/emma-simbot/perception/compare/v1.12.0...v1.13.0) (2023-04-15) + + +### Features + +* new entity clf ([#235](https://github.com/emma-simbot/perception/issues/235)) ([99da0ca](https://github.com/emma-simbot/perception/commit/99da0ca2ff773ece1b344320160d6e4cab0b0a90)) + ## [1.12.0](https://github.com/emma-simbot/perception/compare/v1.11.0...v1.12.0) (2023-03-13) diff --git a/pyproject.toml b/pyproject.toml index 0776e18..7e4533b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "emma-perception" -version = "1.12.0" +version = "1.13.0" description = "" authors = ["Amit Parekh "] readme = "README.md" diff --git a/src/emma_perception/_version.py b/src/emma_perception/_version.py index a92cb1a..6099c81 100644 --- a/src/emma_perception/_version.py +++ b/src/emma_perception/_version.py @@ -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.12.0" +__version__ = "1.13.0"