Skip to content

Commit

Permalink
0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 12, 2024
1 parent 5bfa424 commit e09cd80
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v0.11.0 (2024-07-12)

### Chore

* chore(pyproject.toml): add B608 to bandit skips to exclude additional security check ([`5b9d2a1`](https://github.com/remyz17/odooghost/commit/5b9d2a1763c96ecafffb757931a27c5a9a04f411))

* chore: Bump dependencies ([`98f35b1`](https://github.com/remyz17/odooghost/commit/98f35b120ed9c4e10d1030af1a4c757ea72b1d07))

### Feature

* feat(services): Add mailhog service ([`5bfa424`](https://github.com/remyz17/odooghost/commit/5bfa42488c32a5e3819fea1dfb1b8a435eb73972))

### Fix

* fix(pyproject.toml): update ruff dependency version to ^0.0.291 to fix a known issue and improve compatibility with other packages ([`7aa84c4`](https://github.com/remyz17/odooghost/commit/7aa84c410280f7206fb1d1c77d4ef71bfab5effd))

### Refactor

* refactor(filters.py): remove unnecessary else block and raise ValueError directly for invalid value for one_off ([`2441393`](https://github.com/remyz17/odooghost/commit/244139385f290f139012373f7a69fbd50d63f512))


## v0.10.0 (2024-06-23)

### Chore
Expand All @@ -12,6 +33,12 @@

* feat: Deps update (#27) ([`edbd20f`](https://github.com/remyz17/odooghost/commit/edbd20f5b2fb45914d1a7fe2ef70a5dafe5547a7))

### Unknown

* 0.10.0 [skip ci]

Automatically generated by python-semantic-release ([`72c6c95`](https://github.com/remyz17/odooghost/commit/72c6c957db98b6c4fdf26bec795f1e1d7273c73b))


## v0.9.0 (2024-06-21)

Expand Down
2 changes: 1 addition & 1 deletion odooghost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
With both a Command Line Interface (CLI) and an upcoming web interface, managing Odoo stacks has never been simpler.
"""

__version__ = "0.10.0"
__version__ = "0.11.0"
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 = "odooghost"
version = "0.10.0"
version = "0.11.0"
description = "Odoo developpement made easy"
authors = ["Remy Zulauff <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e09cd80

Please sign in to comment.