Skip to content

Commit a002516

Browse files
authored
Merge pull request #132 from networktocode/release-1.0.0-to-develop
Release 1.0.0 to develop
2 parents 333dbbf + b69a282 commit a002516

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

changes/128.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/130.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# v1.0 Release Notes
22

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

5+
## Release Overview
6+
7+
- Updated the entire project to the new Network to Code development standards.
8+
- Added a JSON data compliance utility to help reconstruct JSON from compliance results.
9+
10+
## [v1.0.0 (2025-08-25)](https://github.com/networktocode/jdiff/releases/tag/v1.0.0)
11+
12+
### Added
13+
14+
- [#130](https://github.com/networktocode/jdiff/issues/130) - Add the ability to reconstruct JSON blobs to perform JSON data compliance.
15+
16+
### Fixed
17+
18+
- [#128](https://github.com/networktocode/jdiff/issues/128) - Fixed the development standards to use 2025 standards.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jdiff"
3-
version = "1.0.0a0"
3+
version = "1.0.1a0"
44
description = "A light-weight library to compare structured output from network devices show commands."
55
authors = ["Network to Code, LLC <[email protected]>"]
66
readme = "README.md"

towncrier_template.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document describes all new features and changes in the release. The format
99
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
1010

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

1414
{% endif %}
1515
{% for section, _ in sections.items() %}

0 commit comments

Comments
 (0)