diff --git a/GBIF/Project.toml b/GBIF/Project.toml index 0ff9073da..797b1e6d9 100644 --- a/GBIF/Project.toml +++ b/GBIF/Project.toml @@ -1,7 +1,7 @@ name = "GBIF" uuid = "ee291a33-5a6c-5552-a3c8-0f29a1181037" authors = ["Timothée Poisot "] -version = "1.0.0" +version = "1.0.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/GBIF/test/occurrence.jl b/GBIF/test/occurrence.jl index 5339530e8..77db7693c 100644 --- a/GBIF/test/occurrence.jl +++ b/GBIF/test/occurrence.jl @@ -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 diff --git a/docs/src/reference/gbif/CHANGELOG.md b/docs/src/reference/gbif/CHANGELOG.md index c2bc78a5b..d59f48e35 100644 --- a/docs/src/reference/gbif/CHANGELOG.md +++ b/docs/src/reference/gbif/CHANGELOG.md @@ -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