Skip to content
Snippets Groups Projects
Commit 9032d6e0 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Version 0.3.0

parent ae8ec765
No related branches found
No related tags found
No related merge requests found
Pipeline #202782 passed
# Changelog # Changelog
## 0.3.0 (2024-10-23)
* Implement self-healing mechanism for Netbox jobs.
* Add description field on group based serializers.
## 0.2.2 (2024-10-15) ## 0.2.2 (2024-10-15)
* Add unit tests. * Add unit tests.
......
...@@ -19,6 +19,7 @@ The features the plugin provides should be listed here. ...@@ -19,6 +19,7 @@ The features the plugin provides should be listed here.
| 3.7 | 0.2.0 | | 3.7 | 0.2.0 |
| 3.7 | 0.2.1 | | 3.7 | 0.2.1 |
| 3.7 | 0.2.2 | | 3.7 | 0.2.2 |
| 3.7 | 0.3.0 |
## Installing ## Installing
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
__author__ = """Anders Harrisson""" __author__ = """Anders Harrisson"""
__email__ = "anders.harrisson@gmail.com" __email__ = "anders.harrisson@gmail.com"
__version__ = "0.2.2" __version__ = "0.3.0"
from extras.plugins import PluginConfig from extras.plugins import PluginConfig
......
...@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" ...@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "netbox-awx-plugin" name = "netbox-awx-plugin"
version = "0.2.2" version = "0.3.0"
authors = [ authors = [
{name = "Anders Harrisson", email = "anders.harrisson@gmail.com"}, {name = "Anders Harrisson", email = "anders.harrisson@gmail.com"},
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment