Skip to content

Commit

Permalink
Merge pull request #218 from nautobot/u/gas-main-to-develop-post-2.2.0
Browse files Browse the repository at this point in the history
Sync main to develop post 2.2.0
  • Loading branch information
gsnider2195 authored Aug 8, 2024
2 parents c8f275e + ba71428 commit 65de2dc
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
1 change: 0 additions & 1 deletion changes/215.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/29.added

This file was deleted.

5 changes: 3 additions & 2 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
| 1.0.0 | 1.5.4 | 1.99.99 |
| 0.20.0 | 2.0.0 | 2.99.99 |
| 0.20.1 | 2.0.3 | 2.99.99 |
| 2.0.0 | 2.0.3 | 2.99.99 |
| 2.1.0 | 2.0.3 | 2.99.99 |
| 2.0.0 | 2.0.3 | 2.2.99 |
| 2.1.0 | 2.0.3 | 2.2.99 |
| 2.2.0 | 2.0.3 | 2.99.99 |
15 changes: 15 additions & 0 deletions docs/admin/release_notes/version_2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# v2.2 Release Notes

This document describes all new features and changes in the release `2.2`. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Release Overview

This release introduces the ability to use ASDOT ASN notation. It also adds support for Nautobot v2.3.0.

<!-- towncrier release notes start -->
## [v2.2.0 (2024-08-07)](https://github.com/nautobot/nautobot-app-bgp-models/releases/tag/v2.2.0)

### Added

- [#29](https://github.com/nautobot/nautobot-app-bgp-models/issues/29) - Added support for ASNs ASDOT notation (RFC 5396).
- [#215](https://github.com/nautobot/nautobot-app-bgp-models/issues/215) - Added Django 4 support.
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ nav:
- v0.7: "admin/release_notes/version_0.7.md"
- v0.8: "admin/release_notes/version_0.8.md"
- v0.9: "admin/release_notes/version_0.9.md"
- v0.20: "admin/release_notes/version_0.20.md"
- v1.0: "admin/release_notes/version_1.0.md"
- v2.0: "admin/release_notes/version_2.0.md"
- v2.1: "admin/release_notes/version_2.1.md"
- v2.2: "admin/release_notes/version_2.2.md"
- Developer Guide:
- BGP Data Models: "dev/models.md"
- Extending the App: "dev/extending.md"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-bgp-models"
version = "2.1"
version = "2.2.1b1"
description = "Nautobot BGP Models App"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -174,7 +174,7 @@ build-backend = "poetry.core.masonry.api"
[tool.towncrier]
package = "nautobot_bgp_models"
directory = "changes"
filename = "docs/admin/release_notes/version_X.Y.md"
filename = "docs/admin/release_notes/version_2.2.md"
template = "development/towncrier_template.j2"
start_string = "<!-- towncrier release notes start -->"
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-bgp-models/issues/{issue})"
Expand Down

0 comments on commit 65de2dc

Please sign in to comment.