Skip to content

Commit a344502

Browse files
committed
Release v0.6.1
1 parent 79026b8 commit a344502

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/changelog.md

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

3+
## v0.6.1
4+
5+
### Bug Fixes
6+
7+
* [#246](https://github.com/netboxlabs/netbox-branching/issues/246) - Ensure changelog is retrieved from the correct database schema
8+
* [#299](https://github.com/netboxlabs/netbox-branching/issues/299) - Avoid `AttributeError` exception when provisioning a branch due to invalid content type
9+
10+
---
11+
312
## v0.6.0
413

514
### Enhancements

netbox_branching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class AppConfig(PluginConfig):
1111
name = 'netbox_branching'
1212
verbose_name = 'NetBox Branching'
1313
description = 'A git-like branching implementation for NetBox'
14-
version = '0.6.0'
14+
version = '0.6.1'
1515
base_url = 'branching'
1616
min_version = '4.3.2'
1717
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.6.0"
3+
version = "0.6.1"
44
description = "A git-like branching implementation for NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)