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 11# Change Log
22
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+
316## v0.6.2
417
518### Bug Fixes
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ class AppConfig(PluginConfig):
1212 name = 'netbox_branching'
1313 verbose_name = 'NetBox Branching'
1414 description = 'A git-like branching implementation for NetBox'
15- version = '0.6.2 '
15+ version = '0.7.0 '
1616 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'
1919 middleware = [
2020 'netbox_branching.middleware.BranchMiddleware'
2121 ]
Original file line number Diff line number Diff line change 11[project ]
22name = " netboxlabs-netbox-branching"
3- version = " 0.6.2 "
3+ version = " 0.7.0 "
44description = " A git-like branching implementation for NetBox"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments