Skip to content

Commit

Permalink
chore(main): release 0.4.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipweidemann authored Sep 5, 2024
1 parent 0bb8825 commit 33de30b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/Lfd4/djangocms-haystack/compare/v0.4.0...v0.4.1) (2024-09-05)


### Documentation

* improve readme ([0bb8825](https://github.com/Lfd4/djangocms-haystack/commit/0bb882574a99f9f088e0da9ca0e7668b76073ddc))

## [0.4.0](https://github.com/Lfd4/djangocms-haystack/compare/v0.3.1...v0.4.0) (2024-07-30)


Expand Down
2 changes: 1 addition & 1 deletion djangocms_haystack/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "djangocms-haystack"
version = "0.4.0"
version = "0.4.1"
description = "aldryn-search inspired Haystack index for djangoCMS projects"
authors = ["Filip Weidemann <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 33de30b

Please sign in to comment.