Skip to content

Commit 0b89a58

Browse files
committed
Release v0.7.1
1 parent fb4d98a commit 0b89a58

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

netbox_branching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netboxlabs-netbox-branching"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "A git-like branching implementation for NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)