Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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

- Updated the entire project to the new Network to Code development standards.
- Added a JSON data compliance utility to help reconstruct JSON from compliance results.

## [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.1a0"
description = "A light-weight library to compare structured output from network devices show commands."
authors = ["Network to Code, LLC <[email protected]>"]
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