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.5.5
4+
5+ ### Bug Fixes
6+
7+ * [ #242 ] ( https://github.com/netboxlabs/netbox-branching/issues/242 ) - Use RestrictedQuerySet for BranchEvent objects
8+ * [ #243 ] ( https://github.com/netboxlabs/netbox-branching/issues/243 ) - Defer MPTT recalculation until all changes have been applied
9+ * [ #251 ] ( https://github.com/netboxlabs/netbox-branching/issues/251 ) - Preserve SQL index names when provisioning a branch
10+
11+ ---
12+
313## v0.5.4
414
515### Bug Fixes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class AppConfig(PluginConfig):
99 name = 'netbox_branching'
1010 verbose_name = 'NetBox Branching'
1111 description = 'A git-like branching implementation for NetBox'
12- version = '0.5.4 '
12+ version = '0.5.5 '
1313 base_url = 'branching'
1414 min_version = '4.1.9'
1515 middleware = [
Original file line number Diff line number Diff line change 11[project ]
22name = " netboxlabs-netbox-branching"
3- version = " 0.5.4 "
3+ version = " 0.5.5 "
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