Skip to content

Commit 0052676

Browse files
authored
release v0.4.3 (#327)
1 parent 7222f98 commit 0052676

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.4.3
4+
---
5+
6+
### Bug Fixes
7+
8+
- [#299](https://github.com/netboxlabs/netbox-custom-objects/issues/299) - Add additional checks for restricted names of custom object types
9+
- [#326](https://github.com/netboxlabs/netbox-custom-objects/issues/326) - Improve initialization code check when running migrations
10+
- [#330](https://github.com/netboxlabs/netbox-custom-objects/issues/330) - Fix limit checking for max_custom_object_types
11+
12+
313
## 0.4.2
414
---
515

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CustomObjectsPluginConfig(PluginConfig):
1515
name = "netbox_custom_objects"
1616
verbose_name = "Custom Objects"
1717
description = "A plugin to manage custom objects in NetBox"
18-
version = "0.4.2"
18+
version = "0.4.3"
1919
author = 'Netbox Labs'
2020
author_email = '[email protected]'
2121
base_url = "custom-objects"

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-custom-objects"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "A plugin to manage custom objects in NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)