Skip to content

Commit 5c3c92d

Browse files
committed
Update changelog
1 parent a0240d9 commit 5c3c92d

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NetBox version](https://img.shields.io/badge/NetBox-3.5|3.6-blue.svg)](https://github.com/netbox-community/netbox)
1+
[![NetBox version](https://img.shields.io/badge/NetBox-3.6|3.7|4.0-blue.svg)](https://github.com/netbox-community/netbox)
22
[![Supported Versions](https://img.shields.io/pypi/pyversions/netbox-config-diff.svg)](https://pypi.org/project/netbox-config-diff/)
33
[![PyPI version](https://badge.fury.io/py/netbox-config-diff.svg)](https://badge.fury.io/py/netbox-config-diff)
44
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
@@ -42,9 +42,10 @@ This is possible thanks to the scrapli_cfg. Read [Scrapli](https://github.com/sc
4242

4343
## Compatibility
4444

45-
| NetBox Version | Plugin Version |
46-
|----------------|----------------|
47-
| 3.5, 3.6, 3.7 | =>0.1.0 |
45+
| NetBox Version | Plugin Version |
46+
|----------------|------------------|
47+
| 3.5 | =>0.1.0, <=2.5.0 |
48+
| 3.6, 3.7, 4.0 | =>0.1.0 |
4849

4950
<!--install-start-->
5051
## Installing
@@ -107,7 +108,7 @@ Read this [doc](https://miaow2.github.io/netbox-config-diff/colliecting-diffs/)
107108

108109
## Video
109110

110-
My presention about plugin at October NetBox community call (19.10.2023).
111+
My presention about plugin at October NetBox community call (19.10.2023, plugin version 2.0.0).
111112

112113
[![October NetBox community call](https://img.youtube.com/vi/B4uhtYh278o/0.jpg)](https://youtu.be/B4uhtYh278o?t=425)
113114
<!--usage-end-->

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33

4+
## 2.6.0 (2024-07-14)
5+
6+
* [#62](https://github.com/miaow2/netbox-config-diff/issues/62) Add support for NetBox 4.0
7+
8+
This release drops support for NetBox 3.5.
9+
410
## 2.5.0 (2024-06-30)
511

612
* [#67](https://github.com/miaow2/netbox-config-diff/issues/67) Add option `default_desired_privilege_level` to plugins variables (thanks to [@cknost](https://github.com/cknost))

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3 :: Only",
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
2728
"Topic :: Software Development :: Libraries :: Python Modules",
2829
]
2930
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)