Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2025-09-18

Release corresponding to the LV 2025Q4 / NILRT 11.3 release.

### Added
* When `usbguard` is installed to the NILRT system, `nilrt-snac verify` will now verify that it is enabled and has a valid configuration. (#68)

### Changed
* ni-logos-xt outbound traffic is now permitted on the firewall's 'work' zone. (#66)
* `usbguard` configuration is verified when installed - requires manual installation (#68)


## [2.1.0] - 2025-06-12
Expand Down
2 changes: 1 addition & 1 deletion nilrt_snac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pathlib
from enum import IntEnum

__version__ = "2.0.0"
__version__ = "3.0.0"

SNAC_DATA_DIR = pathlib.Path(__file__).resolve().parents[3] / "share" / "nilrt-snac"

Expand Down
Loading