Skip to content

Commit 993e5ca

Browse files
authored
Merge pull request #402 from Kircheneer/release-1.6.3
Release 1.6.3
2 parents 5d7496a + 9dbfbd9 commit 993e5ca

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

changes/377.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/380.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/390.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/393.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/release_notes/version_1.6.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,19 @@
4343

4444
- [386](https://github.com/nautobot/nautobot-app-ssot/pull/386) - Improves error handling in contrib (backport of #374)
4545
- [373](https://github.com/nautobot/nautobot-app-ssot/pull/373) - Change contrib.NautobotModel.get_from_db to use a PK (backport of #371)
46+
47+
## v1.6.3 - 2024-03-20
48+
49+
## Fixed
50+
51+
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) - Fix custom one-to-many relationships (backport of #393)
52+
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) -
53+
Use `typing.get_args` in favor of accessing `__args__` directly (backport of #390)
54+
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) -
55+
Fixed issue with generic relationships and `NautobotAdapter.load` (backport of #388)
56+
- [396](Fixed issue with generic relationships and `NautobotAdapter.load`.) -
57+
Allow foreign keys inside of many to many relationships (backport of #377)
58+
59+
## Housekeeping
60+
61+
- Replicate module and test module structure for contrib code in LTM branch

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautobot-ssot"
3-
version = "1.6.2"
3+
version = "1.6.3"
44
description = "Nautobot Single Source of Truth"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)