Skip to content

Commit af4e153

Browse files
committed
Bump version
1 parent 83d99ae commit af4e153

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

changes/+main.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# v2.2 Release Notes
3+
4+
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).
5+
6+
## Release Overview
7+
8+
- Major features or milestones
9+
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
10+
11+
## [v2.2.0 (2025-12-08)](https://github.com/networktocode/diffsync/releases/tag/v2.2.0)
12+
13+
### Housekeeping
14+
15+
- Rebaked from the cookie `main`.

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 = "diffsync"
3-
version = "2.1.1a0"
3+
version = "2.2.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)