Skip to content

Commit

Permalink
GBIF v1.0.0 (#317)
Browse files Browse the repository at this point in the history
* semver(gbif): v1.0.0

* doc(gbif): CHANGELOG update
  • Loading branch information
tpoisot authored Oct 25, 2024
1 parent 43880a9 commit 4c1dd0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion GBIF/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GBIF"
uuid = "ee291a33-5a6c-5552-a3c8-0f29a1181037"
authors = ["Timothée Poisot <timothee.poisot@umontreal.ca>"]
version = "0.5.0"
version = "1.0.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -13,5 +13,6 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
HTTP = "1"
JSON = "0.21"
OccurrencesInterface = "1"
Tables = "1.10"
julia = "1.8"
4 changes: 2 additions & 2 deletions docs/src/reference/gbif/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- Added, Changed, Deprecated, Removed, Fixed -->
## `v1.0.0`

## [Unreleased]
- **added** support for `OccurrencesInterface` at version 1

2 comments on commit 4c1dd0d

@tpoisot
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register() subdir=GBIF

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/118070

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a GBIF-v1.0.0 -m "<description of version>" 4c1dd0da0d379bce08af9ae73f0d38a79853ef21
git push origin GBIF-v1.0.0

Please sign in to comment.