File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.7.1
4+
5+ ### Bug Fixes
6+
7+ * [ #150 ] ( https://github.com/netboxlabs/netbox-branching/issues/150 ) - Fix recalculation of cable paths when merging a branch with cable changes
8+
9+ ---
10+
311## v0.7.0
412
513### Enhancements
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class AppConfig(PluginConfig):
1212 name = 'netbox_branching'
1313 verbose_name = 'NetBox Branching'
1414 description = 'A git-like branching implementation for NetBox'
15- version = '0.7.0 '
15+ version = '0.7.1 '
1616 base_url = 'branching'
1717 min_version = '4.4.1'
1818 max_version = '4.4.99'
Original file line number Diff line number Diff line change 11[project ]
22name = " netboxlabs-netbox-branching"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
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