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 1
1
# Change Log
2
2
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
+
3
11
## v0.7.0
4
12
5
13
### Enhancements
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class AppConfig(PluginConfig):
12
12
name = 'netbox_branching'
13
13
verbose_name = 'NetBox Branching'
14
14
description = 'A git-like branching implementation for NetBox'
15
- version = '0.7.0 '
15
+ version = '0.7.1 '
16
16
base_url = 'branching'
17
17
min_version = '4.4.1'
18
18
max_version = '4.4.99'
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " netboxlabs-netbox-branching"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
description = " A git-like branching implementation for NetBox"
5
5
readme = " README.md"
6
6
requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments