Skip to content

Commit de954b7

Browse files
committed
Release v0.5.6
1 parent af3b57f commit de954b7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## v0.5.6
4+
5+
### Enhancements
6+
7+
* [#262](https://github.com/netboxlabs/netbox-branching/issues/262) - Copy migrations table when provisioning a branch
8+
9+
### Bug Fixes
10+
11+
* [#256](https://github.com/netboxlabs/netbox-branching/issues/256) - Fix "changes ahead" count on branches pending provisioning
12+
* [#260](https://github.com/netboxlabs/netbox-branching/issues/260) - Ignore duplicate SQL indexes when provisioning a branch
13+
* [#275](https://github.com/netboxlabs/netbox-branching/issues/275) - Set `sync_time` on branch during initial provisioning
14+
15+
---
16+
317
## v0.5.5
418

519
### 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.5'
12+
version = '0.5.6'
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.5"
3+
version = "0.5.6"
44
description = "A git-like branching implementation for NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)