Skip to content

Commit

Permalink
Merge pull request #126 from nautobot/release-v2.4.0
Browse files Browse the repository at this point in the history
Prep for release v2.4.0
  • Loading branch information
joewesch authored Sep 18, 2024
2 parents a6b695b + af34e15 commit be60d4c
Show file tree
Hide file tree
Showing 13 changed files with 234 additions and 200 deletions.
1 change: 0 additions & 1 deletion changes/114.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/116.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/121.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/122.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/122.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/125.housekeeping

This file was deleted.

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

This file was deleted.

20 changes: 20 additions & 0 deletions docs/admin/release_notes/version_2.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

## [v2.4.0 (2024-09-18)](https://github.com/nautobot/nautobot-app-floor-plan/releases/tag/v2.4.0)

### Added

- [#8](https://github.com/nautobot/nautobot-app-floor-plan/issues/8) - Added grid step option to FloorPlan.
- [#117](https://github.com/nautobot/nautobot-app-floor-plan/issues/117) - Added filter extension to be able to filter racks that are assigned/unassigned to a floor plan tile.
- [#122](https://github.com/nautobot/nautobot-app-floor-plan/issues/122) - Added Python3.12 support.

### Fixed

- [#116](https://github.com/nautobot/nautobot-app-floor-plan/issues/116) - Fixed Y Axis with large starting seed causing graphical bleeding.
- [#121](https://github.com/nautobot/nautobot-app-floor-plan/issues/121) - Fixed Floor Plan Tiles with Letters displaying Integer values for Floor Plan Tile views.
- [#122](https://github.com/nautobot/nautobot-app-floor-plan/issues/122) - Excluded internal `allocation_type` and `on_group_tile` fields from Floor Plan Tile add/edit form.

### Housekeeping

- [#114](https://github.com/nautobot/nautobot-app-floor-plan/issues/114) - Rebaked from the cookie `nautobot-app-v2.3.0`.
- [#122](https://github.com/nautobot/nautobot-app-floor-plan/issues/122) - Rebaked from the cookie `nautobot-app-v2.3.2`.
- [#125](https://github.com/nautobot/nautobot-app-floor-plan/issues/125) - Removed import button from Navigation bar.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ nav:
- v2.1: "admin/release_notes/version_2.1.md"
- v2.2: "admin/release_notes/version_2.2.md"
- v2.3: "admin/release_notes/version_2.3.md"
- v2.4: "admin/release_notes/version_2.4.md"
- Developer Guide:
- Extending the App: "dev/extending.md"
- Contributing to the App: "dev/contributing.md"
Expand Down
400 changes: 211 additions & 189 deletions poetry.lock

Large diffs are not rendered by default.

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-floor-plan"
version = "2.3.1b1"
version = "2.4.0"
description = "Nautobot Floor Plan"
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -140,7 +140,7 @@ build-backend = "poetry.core.masonry.api"
[tool.towncrier]
package = "nautobot_floor_plan"
directory = "changes"
filename = "docs/admin/release_notes/version_2.3.md"
filename = "docs/admin/release_notes/version_2.4.md"
template = "development/towncrier_template.j2"
start_string = "<!-- towncrier release notes start -->"
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-floor-plan/issues/{issue})"
Expand Down

0 comments on commit be60d4c

Please sign in to comment.