From 9c1009445a13cc661dd3575e459e477ae48c4ef2 Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Wed, 16 Dec 2020 17:04:05 -0500 Subject: [PATCH] Update changelog --- CHANGES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c8d848f..79c4b30 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,10 @@ # resync change log -The current ResourceSync specification is standardized as ANSI/NISO Z39.99-2017 , the prior version was ANSI/NISO Z39.99-2014 . - -v2.0.0 ??? +v2.0.0 2020-12-16 + * Supports ResourceSync v1.1 ANSI/NISO Z39.99-2017 as default + * Support for the prior v1.0 ANSI/NISO Z39.99-2014 is retained with `spec-version='1.0'` option in scripts and `spec_version='1.0'` in various classes * Split old `resync` script into `resync-sync` and `resync-build` - * Move scripts from `bin` dir to base dir for easier testing/development + * Move scripts from `bin` dir to base dir for easier testing/development (now that there is no conflict with the module name) * Switch from optparse to argparse, use exclusive argument group for commands * Add --access_token option to pass bearer token with web requests * Add --delay option to pause between successive web requests