File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.5.4
4
+
5
+ ### Bug Fixes
6
+
7
+ * [ #169 ] ( https://github.com/netboxlabs/netbox-branching/issues/169 ) - Fix global search caching function when a branch is active
8
+ * [ #179 ] ( https://github.com/netboxlabs/netbox-branching/issues/179 ) - Avoid nullifying object representation when updating a ChangeDiff
9
+ * [ #222 ] ( https://github.com/netboxlabs/netbox-branching/issues/222 ) - Avoid off-screen overflow of long branch names
10
+ * [ #225 ] ( https://github.com/netboxlabs/netbox-branching/issues/225 ) - Branch status field should not be required in REST API serializer
11
+ * [ #227 ] ( https://github.com/netboxlabs/netbox-branching/issues/227 ) - Fix scripts triggered via an event rule when the branching plugin is installed
12
+
13
+ ---
14
+
3
15
## v0.5.3
4
16
5
17
### Enhancements
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class AppConfig(PluginConfig):
9
9
name = 'netbox_branching'
10
10
verbose_name = 'NetBox Branching'
11
11
description = 'A git-like branching implementation for NetBox'
12
- version = '0.5.3 '
12
+ version = '0.5.4 '
13
13
base_url = 'branching'
14
14
min_version = '4.1.9'
15
15
middleware = [
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " netboxlabs-netbox-branching"
3
- version = " 0.5.2 "
3
+ version = " 0.5.4 "
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