-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# v2.0 Release Notes | ||
|
||
This document describes all new features and changes in the release. 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 | ||
|
||
- Moving the develop branch to be on 2.x for the Nautobot 2.x compatible code train. | ||
|
||
## [v2.0.0 (2024-08-13)](https://github.com/nautobot/nautobot-app-dev-example/releases/tag/v2.0.0) | ||
|
||
### Changed | ||
|
||
- [#31](https://github.com/nautobot/nautobot-app-dev-example/issues/31) - More edits to the release checklist. | ||
- [#31](https://github.com/nautobot/nautobot-app-dev-example/issues/31) - Added LTM release instructions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "nautobot-dev-example" | ||
version = "1.0.2a0" | ||
version = "2.0.0" | ||
description = "Nautobot App to demonstrate how to create a Nautobot App." | ||
authors = ["Network to Code, LLC <[email protected]>"] | ||
license = "Apache-2.0" | ||
|