From 303861d96ab64a850674027bd3e7b57dcc92cbe6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 22 Jun 2023 14:06:05 +0000 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca00560..d7e4991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v0.1.0 (2023-06-22) +### Feature +* Create function to register datasets w/GBIF ([`3cd7d14`](https://github.com/clnsmth/gbif_registrar/commit/3cd7d14e5876fd17f5071569e37e50585b3ad3ee)) +* Extend registration checks ([`d1b662e`](https://github.com/clnsmth/gbif_registrar/commit/d1b662ef0dfecbbb504253cc32ef350b8f95e97a)) +* Validate registrations file ([`2430c58`](https://github.com/clnsmth/gbif_registrar/commit/2430c58d71a7005d4f0beac00c27daeeda7a88c1)) +* Read registrations file ([`95de046`](https://github.com/clnsmth/gbif_registrar/commit/95de0461a59ea7e07118ed053b7833f5ffeeba00)) +* Initialize an empty registrations file ([`73cd544`](https://github.com/clnsmth/gbif_registrar/commit/73cd5442b5b105b382157936445112eb7efd0ee7)) + +### Documentation +* Credit Margaret for authorship ([`05d8e27`](https://github.com/clnsmth/gbif_registrar/commit/05d8e2740d4ccd3bb02149bfb3d44da7ff70329f)) +* Update contributing guidelines ([`12b94f4`](https://github.com/clnsmth/gbif_registrar/commit/12b94f4425694e978dd68bcce13c5afc448bfb04)) +* Mention Pylint usage ([`f81b0ec`](https://github.com/clnsmth/gbif_registrar/commit/f81b0ec0ab966261533d965e275f62128d1303e2)) +* Reformat project names ([`6ad14a8`](https://github.com/clnsmth/gbif_registrar/commit/6ad14a820b2f5063686170e98355aff19bfe2a7f)) +* Update contributing guidelines ([`41eb175`](https://github.com/clnsmth/gbif_registrar/commit/41eb1751b10cd91e2841049140bc2f9462fb9120)) + ## v0.0.0 (06/12/2022) - First release of `gbif_registrar`! \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9fc6e99..7c8f9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gbif_registrar" -version = "0.0.0" +version = "0.1.0" description = "For registering EDI data packages with GBIF" authors = [ "Colin Smith ",