Skip to content

Commit c111f07

Browse files
authored
Release v0.4.2 (#320)
1 parent 7ca0c1d commit c111f07

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

docs/changelog.md

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

3+
## 0.4.2
4+
---
5+
6+
### Enhancements
7+
8+
- [#278](https://github.com/netboxlabs/netbox-custom-objects/issues/278) - Add bulk import buttons to nav sidebar
9+
- [#282](https://github.com/netboxlabs/netbox-custom-objects/issues/282) - Allow Admins to limit the number of Custom Object Types
10+
11+
### Bug Fixes
12+
13+
- [#266](https://github.com/netboxlabs/netbox-custom-objects/issues/266) - Creating / editing Custom Object via API with field type Multiple Object fails
14+
- [#283](https://github.com/netboxlabs/netbox-custom-objects/issues/283) - IntegrityError when deleting a CO that is referenced by another CO
15+
- [#287](https://github.com/netboxlabs/netbox-custom-objects/issues/287) - Description field missing from API views
16+
- [#290](https://github.com/netboxlabs/netbox-custom-objects/issues/290) - Improve API object_types Labels for Custom Object Types
17+
- [#313](https://github.com/netboxlabs/netbox-custom-objects/issues/313) - Cap number of "Custom Objects linking to this object" on Detail view
18+
19+
320
## 0.4.1
421
---
522

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class CustomObjectsPluginConfig(PluginConfig):
1313
name = "netbox_custom_objects"
1414
verbose_name = "Custom Objects"
1515
description = "A plugin to manage custom objects in NetBox"
16-
version = "0.4.1"
16+
version = "0.4.2"
1717
author = 'Netbox Labs'
1818
author_email = 'support@netboxlabs.com'
1919
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.1"
3+
version = "0.4.2"
44
description = "A plugin to manage custom objects in NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)