Skip to content

Commit 48005bd

Browse files
committed
Release v0.5.5
1 parent ebe257d commit 48005bd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/changelog.md

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

netbox_branching/__init__.py

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

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.5.4"
3+
version = "0.5.5"
44
description = "A git-like branching implementation for NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)