Skip to content

Commit

Permalink
Merge pull request #120 from patrikspiess/main
Browse files Browse the repository at this point in the history
🔖 Commit version v0.10.0
  • Loading branch information
lucmurer committed Jun 15, 2023
2 parents 0a1f785 + b68895b commit 06ce26f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
All notable changes to this project will be documented in this file.
For examples and guidelines see [https://keepachangelog.com/](https://keepachangelog.com/)


# [Unreleased]


# [Released]


## [0.10.0] - 2023-06-15

### Added

- Add documentation about templating with jinja2
Expand Down Expand Up @@ -32,8 +39,6 @@ For examples and guidelines see [https://keepachangelog.com/](https://keepachang
- Fix default values for jinja2 template helper


# [Released]

## [0.9.0] - 2023-04-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion fotoobo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .fortinet import FortiAnalyzer, FortiClientEMS, FortiGate, FortiManager

__all__ = ["FortiAnalyzer", "FortiClientEMS", "FortiGate", "FortiManager"]
__version__: str = "0.9.0"
__version__: str = "0.10.0"
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 = "fotoobo"
version = "0.9.0"
version = "0.10.0"
description = "The awesome Fortinet Toolbox"
authors = ["Patrik Spiess <patrik.spiess@mgb.ch>", "Lukas Murer-Jäckle <lukas.murer@mgb.ch>"]
readme = "README.md"
Expand Down

0 comments on commit 06ce26f

Please sign in to comment.