Skip to content

Commit

Permalink
GBIF v1.0.1 (#330)
Browse files Browse the repository at this point in the history
* test(gbif): remove problematic occurrences

* doc(gbif): CHANGELOG
  • Loading branch information
tpoisot authored Nov 26, 2024
1 parent b50fc08 commit c0c827b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 0 additions & 10 deletions GBIF/test/occurrence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,4 @@ o = occurrence(k)
@test typeof(o) == GBIFRecord
@test o.key == k

# This occurrence has been deleted, so this needs some wrapping
# It has been added back at some point
# k = 1258202889
# @test_throws "cannot be accessed - error code" occurrence(k)

# This occurrence is incorrectly formatted for some reason
# k = 1039645472
# o = occurrence(k)
# @test typeof(o) == GBIFRecord

end
4 changes: 4 additions & 0 deletions docs/src/reference/gbif/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## `v1.0.1`

- **removed** specific occurrences used in tests that are no longer relevant/archived

## `v1.0.0`

- **added** support for `OccurrencesInterface` at version 1
Expand Down

2 comments on commit c0c827b

@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.

Error while trying to register: Version 1.0.0 already exists

Please sign in to comment.