From faddd6fd58fffabb266f3819ec0f7b1dbaf935a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:54:21 +0200 Subject: [PATCH] chore(main): release 0.1.2 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ djangocms_search/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..cda9cbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 97135c3..510bc7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/Lfd4/djangocms-search/compare/v0.1.1...v0.1.2) (2024-07-29) + + +### Bug Fixes + +* rename release-please workflow ([26e7ec4](https://github.com/Lfd4/djangocms-search/commit/26e7ec405c75d29a4337539ac618e48de8a08952)) + ## [0.1.1](https://github.com/Lfd4/djangocms-search/compare/v0.1.0...v0.1.1) (2024-07-29) diff --git a/djangocms_search/__init__.py b/djangocms_search/__init__.py index 485f44a..b3f4756 100644 --- a/djangocms_search/__init__.py +++ b/djangocms_search/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pyproject.toml b/pyproject.toml index 642f000..2142ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "djangocms-search" -version = "0.1.1" +version = "0.1.2" description = "aldryn-search inspired Haystack index for djangoCMS projects" authors = ["Filip Weidemann "] readme = "README.md"