Skip to content

Commit

Permalink
Fauxcurrence v1.0.0 (#315)
Browse files Browse the repository at this point in the history
* semver(faux): v1.0.0

* compat(faux): OccInt v1+
  • Loading branch information
tpoisot authored Oct 23, 2024
1 parent 1614b5c commit 43880a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Fauxcurrences/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Fauxcurrences"
uuid = "a2d61402-033a-4ca9-aef4-652d70cf7c9c"
authors = ["Timothée Poisot <[email protected]>"]
version = "0.2.0"
version = "1.0.0"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand All @@ -13,6 +13,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Distances = "0.10"
OccurrencesInterface = "1"
SimpleSDMLayers = "1"
Statistics = "1"
StatsBase = "0.34"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/reference/fauxcurrences/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]
- support for `OccurencesInterface`

2 comments on commit 43880a9

@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=Fauxcurrences

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

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 Fauxcurrences-v1.0.0 -m "<description of version>" 43880a9b335eb1dbd672d906c24de533c4272a45
git push origin Fauxcurrences-v1.0.0

Please sign in to comment.