Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release v1.0.0
  • Loading branch information
jeffkala committed Aug 25, 2025
commit 2d47ea9862ddaa03915ad38491965c89fe79c959
1 change: 0 additions & 1 deletion changes/128.fixed

This file was deleted.

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

This file was deleted.

16 changes: 15 additions & 1 deletion docs/admin/release_notes/version_1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# v1.0 Release Notes

First major release of jdiff. Upgrade docs and development environments to use 2025 best practices.
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

- Major features or milestones
- Changes to compatibility with Nautobot and/or other apps, libraries etc.

## [v1.0.0 (2025-08-25)](https://github.com/networktocode/jdiff/releases/tag/v1.0.0)

### Added

- [#130](https://github.com/networktocode/jdiff/issues/130) - Add the ability to reconstruct JSON blobs to perform JSON data compliance.

### Fixed

- [#128](https://github.com/networktocode/jdiff/issues/128) - Fixed the development standards to use 2025 standards.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jdiff"
version = "1.0.0a0"
version = "1.0.0"
description = "A light-weight library to compare structured output from network devices show commands."
authors = ["Network to Code, LLC <info@networktocode.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion towncrier_template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This document describes all new features and changes in the release. The format
- Changes to compatibility with Nautobot and/or other apps, libraries etc.

{% if render_title %}
## [v{{ versiondata.version }} ({{ versiondata.date }})](https://github.com/networktocode/{{ cookiecutter.project_slug }}/releases/tag/v{{ versiondata.version}})
## [v{{ versiondata.version }} ({{ versiondata.date }})](https://github.com/networktocode/jdiff/releases/tag/v{{ versiondata.version}})

{% endif %}
{% for section, _ in sections.items() %}
Expand Down