Skip to content

Commit

Permalink
Merge branch 'main' into sdt/doc/vsup
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot authored Nov 27, 2024
2 parents 11190d2 + 8941bb6 commit aaa9dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 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 <[email protected]>"]
version = "1.0.0"
version = "1.0.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
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

0 comments on commit aaa9dd5

Please sign in to comment.