diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afd853..4b732f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CDM Data Loaders Changelog - [CDM Data Loaders Changelog](#cdm-data-loaders-changelog) + - [v0.1.9](#v019) - [v0.1.8](#v018) - [v0.1.7](#v017) - [v0.1.6](#v016) @@ -12,6 +13,11 @@ - [v0.1.0](#v010) +### v0.1.9 + +- Splitting out NCBI REST API pipeline into annotation and dataset components. +- NCBI FTP pipeline and accompanying notebooks added. + ### v0.1.8 - Add rotating file log handler for easier debugging. diff --git a/pyproject.toml b/pyproject.toml index bece419..fa246a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cdm-data-loaders" -version = "0.1.8" +version = "0.1.9" description = "Data loaders and wranglers for the CDM." requires-python = ">= 3.13" readme = "README.md" diff --git a/uv.lock b/uv.lock index 25b4f0c..c052cf1 100644 --- a/uv.lock +++ b/uv.lock @@ -452,7 +452,7 @@ wheels = [ [[package]] name = "cdm-data-loaders" -version = "0.1.8" +version = "0.1.9" source = { editable = "." } dependencies = [ { name = "bioregistry" },