File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.7.0
4
+
5
+ ### Enhancements
6
+
7
+ * [ #314 ] ( https://github.com/netboxlabs/netbox-branching/issues/314 ) - Include active branch in webhook payload data
8
+
9
+ ### Bug Fixes
10
+
11
+ * [ #308 ] ( https://github.com/netboxlabs/netbox-branching/issues/308 ) - Prevent branch change records from appearing in main changelog (NetBox v4.4)
12
+ * [ #309 ] ( https://github.com/netboxlabs/netbox-branching/issues/309 ) - Fix ` ProgrammingError ` exception when merging branch (NetBox v4.4)
13
+
14
+ ---
15
+
3
16
## v0.6.2
4
17
5
18
### Bug Fixes
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ 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.6.2 '
15
+ version = '0.7.0 '
16
16
base_url = 'branching'
17
- min_version = '4.3.2 '
18
- max_version = '4.3 .99'
17
+ min_version = '4.4.0 '
18
+ max_version = '4.4 .99'
19
19
middleware = [
20
20
'netbox_branching.middleware.BranchMiddleware'
21
21
]
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " netboxlabs-netbox-branching"
3
- version = " 0.6.2 "
3
+ version = " 0.7.0 "
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