File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 2.1.0]
8+
9+ ### Changed
10+
11+ - [ 284] ( https://github.com/networktocode/diffsync/pull/284 ) - Update pyyaml to 6.0.2 in poetry.lock by @gsnider2195
12+ - [ 286] ( https://github.com/networktocode/diffsync/pull/286 ) - Update GitHub Actions runner version by @mjbear
13+ - [ 289] ( https://github.com/networktocode/diffsync/pull/289 ) - Remove upper limit on Packaging by @jdrew82
14+
15+ ## New Contributors
16+
17+ - @gsnider2195 made their first contribution in https://github.com/networktocode/diffsync/pull/284
18+ - @mjbear made their first contribution in https://github.com/networktocode/diffsync/pull/286
19+ - @jdrew82 made their first contribution in https://github.com/networktocode/diffsync/pull/289
20+
721## [ 2.0.1]
822
923### Changed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " diffsync"
3- version = " 2.0.1 "
3+ version = " 2.1.1a0 "
44description = " Library to easily sync/diff/update 2 different data sources"
55authors = [" Network to Code, LLC <info@networktocode.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments