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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Upload binaries to release"
run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}"
env:
GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

publish-pypi:
name: "Push Package to PyPI"
Expand Down
1 change: 0 additions & 1 deletion changes/+add-cookie-template.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/+dne.documentation

This file was deleted.

1 change: 0 additions & 1 deletion changes/+drift-manage-011326.housekeeping

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

36 changes: 35 additions & 1 deletion docs/admin/release_notes/version_1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ This document describes all new features and changes in the release `1.0`. The f

- 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.
- Major features or milestones
- Changes to compatibility with Nautobot and/or other apps, libraries etc.

## [v1.0.2] - 2026-03-23

### Added

- [#149](https://github.com/networktocode/jdiff/issues/149) - Add is-subset and is-subset-ci operator modes for list comparison.

### Fixed

- [#140](https://github.com/networktocode/jdiff/issues/140) - Fix invoke volume path.
- [#142](https://github.com/networktocode/jdiff/issues/142) - Fix GitHub CI Publish failures.

### Documentation

- Fixed the section headers for portions of the documentation.

### Housekeeping

- [#142](https://github.com/networktocode/jdiff/issues/142) - Pep508 compliant deepdiff dependency specification.
- Add .cookiecutter.json file for drift management.
- Run drift manager to update library.

## [v1.0.1] - 2025-09-04

### Added

- [#134](https://github.com/networktocode/jdiff/issues/134) - Added documentation on the release checklist and process for the library.

### Fixed

- [#133](https://github.com/networktocode/jdiff/issues/133) - Update DeepDiif dependency to 8.6.1
- [#136](https://github.com/networktocode/jdiff/issues/136) - Update DeepDiif dependency to 8.6.1

## [v1.0.0] - 2025-08-25

Expand All @@ -16,4 +50,4 @@ This document describes all new features and changes in the release `1.0`. The f
### Fixed

- [#128](https://github.com/networktocode/jdiff/issues/128) - Fixed the development standards to use 2025 standards.
- [#123](https://github.com/networktocode/jdiff/issues/123) Fixed Tag filtering not working in job launch form.
- [#123](https://github.com/networktocode/jdiff/issues/123) - Fixed Tag filtering not working in job launch form.
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.1"
version = "1.0.3a0"
description = "Python library for examining structured data."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
readme = "README.md"
Expand Down
Loading