Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions committed Jun 22, 2023
1 parent 62cda52 commit 303861d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<!--next-version-placeholder-->

## 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`!
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 303861d

Please sign in to comment.