Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#4)
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>
  • Loading branch information
github-actions[bot] authored Jul 29, 2024
1 parent 98be9c9 commit 7fe50c8
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.1.0"
".": "0.1.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.1.1](https://github.com/Lfd4/djangocms-search/compare/v0.1.0...v0.1.1) (2024-07-29)


### Bug Fixes

* pyproject.toml structure ([98be9c9](https://github.com/Lfd4/djangocms-search/commit/98be9c98037165947ebacf8e3940b5307bc316d2))

## 0.1.0 (2024-07-29)


Expand Down
2 changes: 1 addition & 1 deletion djangocms_search/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.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-search"
version = "0.1.0"
version = "0.1.1"
description = "aldryn-search inspired Haystack index for djangoCMS projects"
authors = ["Filip Weidemann <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7fe50c8

Please sign in to comment.