File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.6.2
4+
5+ ### Bug Fixes
6+
7+ * [ #298 ] ( https://github.com/netboxlabs/netbox-branching/issues/298 ) - Fix change diff creation for many-to-many fields
8+ * [ #321 ] ( https://github.com/netboxlabs/netbox-branching/issues/321 ) - Prevent tag object type reassignments from leaking outside a branch
9+ * [ #325 ] ( https://github.com/netboxlabs/netbox-branching/issues/325 ) - Enforce a maximum NetBox version of 4.3
10+
11+ ---
12+
313## v0.6.1
414
515### Bug Fixes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class AppConfig(PluginConfig):
1111 name = 'netbox_branching'
1212 verbose_name = 'NetBox Branching'
1313 description = 'A git-like branching implementation for NetBox'
14- version = '0.6.1 '
14+ version = '0.6.2 '
1515 base_url = 'branching'
1616 min_version = '4.3.2'
1717 max_version = '4.3.99'
Original file line number Diff line number Diff line change 11[project ]
22name = " netboxlabs-netbox-branching"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44description = " A git-like branching implementation for NetBox"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments