From dd61db261f02b4752593c610c23a81a7a6fee5ba Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Fri, 25 Apr 2025 08:10:02 -0500 Subject: [PATCH 1/3] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83d2b0f2..09ebc3cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.0.1" +version = "2.1.0" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0" From 4af0646d51830e3d371de1f083850ec4798e0d5c Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Fri, 25 Apr 2025 08:13:14 -0500 Subject: [PATCH 2/3] docs: Add changelog for 2.1.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c75ffd..f735817d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [2.1.0] + +### Changed + +- [284](https://github.com/networktocode/diffsync/pull/284) - Update pyyaml to 6.0.2 in poetry.lock by @gsnider2195 +- [286](https://github.com/networktocode/diffsync/pull/286) - Update GitHub Actions runner version by @mjbear +- [289](https://github.com/networktocode/diffsync/pull/289) - Remove upper limit on Packaging by @jdrew82 + +## New Contributors + +- @gsnider2195 made their first contribution in https://github.com/networktocode/diffsync/pull/284 +- @mjbear made their first contribution in https://github.com/networktocode/diffsync/pull/286 +- @jdrew82 made their first contribution in https://github.com/networktocode/diffsync/pull/289 + ## [2.0.1] ### Changed From cfb8773f6228ac679bf5fc936a9b62679e798246 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:21:02 -0500 Subject: [PATCH 3/3] Bump prepatch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09ebc3cd..d9824cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.1.0" +version = "2.1.1a0" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"