Skip to content

Commit 3fcb2a3

Browse files
author
semantic-release
committed
2.5.0
Automatically generated by python-semantic-release
1 parent ca77683 commit 3fcb2a3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v2.5.0 (2026-01-11)
4+
5+
### Feature
6+
7+
* add filter and limit support for perfdata and matches commands (#145)
38
## v2.4.0 (2026-01-09)
49

510
### Ci

check_netscaler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
using the NITRO REST API.
66
"""
77

8-
__version__ = "2.4.0"
8+
__version__ = "2.5.0"
99
__author__ = "slauger"
1010
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "check_netscaler"
7-
version = "2.4.0"
7+
version = "2.5.0"
88
description = "Nagios/Icinga monitoring plugin for Citrix NetScaler ADC using NITRO REST API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)