Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Oct 5, 2024
1 parent 2914f05 commit bbe27fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyninja/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.3"
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ keywords = ["service-monitor", "PyNinja"]
requires-python = ">=3.10"

[tool.setuptools]
packages = ["pyninja", "pyninja.monitor", "pyninja.monitor.templates"]
packages = [
"pyninja",
"pyninja.executors",
"pyninja.features",
"pyninja.modules",
"pyninja.monitor",
"pyninja.monitor.templates"
]
[tool.setuptools.package-data]
"pyninja.monitor.templates" = ["*.html"]

Expand Down
6 changes: 6 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

v0.1.3 (10/05/2024)
-------------------
- Include open files metric to service/process monitoring
- Includes process/service usage metrics served via API endpoints
- **Full Changelog**: https://github.com/thevickypedia/PyNinja/compare/v0.1.1...v0.1.3

v0.1.1 (09/29/2024)
-------------------
- Include services/processes metrics to monitoring page
Expand Down

0 comments on commit bbe27fe

Please sign in to comment.