Skip to content

Commit

Permalink
Update CHANGELOG.md (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot authored Dec 6, 2024
1 parent 77805b5 commit 23a97f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **added** `SimpleSDMDatasets` version 1

## `v1.1.1`

- **fixed** issues with the download of some GADM files

## `v1.1.0`

- **added** `boundingbox` method to get the left, right, bottom, top coordinates of an object in WGS84
Expand Down

2 comments on commit 23a97f4

@tpoisot
Copy link
Member Author

@tpoisot tpoisot commented on 23a97f4 Dec 6, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/120868

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 v1.2.0 -m "<description of version>" 23a97f4bb142b9c2232ae188b7b66a5cec06c579
git push origin v1.2.0

Please sign in to comment.