From 16be63f045c75cfb01cb4044fac7a51053dba579 Mon Sep 17 00:00:00 2001 From: Jai Ram Rideout Date: Thu, 15 Feb 2018 10:06:56 -0700 Subject: [PATCH] REL: Version 19 (#98) This is a minor release updating the QIIME 2 metadata validator to warn if IDs don't meet the "recommendations for identifiers" described in the QIIME 2 metadata file format documentation. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b70e4..b3a6956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ **Note on versioning:** the version numbers used here match the version numbers displayed to users in the Chrome Web Store. Sometimes there are gaps between release versions (e.g., version 2 jumps to version 5). This happens because each separate upload of Keemei to the web store increments the version number, and sometimes multiple uploads are necessary before a release is finalized (e.g., if the release is reviewed by an add-ons advisor and updates are required before it can go public). Therefore, the version numbering used here in the changelog and tagged GitHub releases will match the public release version displayed in the web store. -## Development version +## Version 19 (2018-02-14) + +Minor release updating the [QIIME 2](https://qiime2.org) metadata validator to warn if IDs don't meet the "recommendations for identifiers" described in the QIIME 2 metadata file format documentation. ### Features * Warn if IDs don't meet the "recommendations for identifiers" described in the [QIIME 2](https://qiime2.org) metadata file format documentation.