Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Nov 15, 2024
1 parent 46ad9ec commit 2841039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# New features and user visible changes in branch 2.0

## Version 2.0.1

* Fix import of unused function that has been removed (see PR #9).

## Version 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LocalFilters"
uuid = "085fde7c-5f94-55e4-8448-8bbb5db6dde9"
authors = ["Éric Thiébaut <https://github.com/emmt>"]
version = "2.0.0"
version = "2.0.1"

[deps]
EasyRanges = "bd0ea217-0861-4661-bed1-3e8ea598dd25"
Expand Down

2 comments on commit 2841039

@emmt
Copy link
Owner Author

@emmt emmt commented on 2841039 Nov 15, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=v2.0

Release notes:

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

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 v2.0.1 -m "<description of version>" 2841039bc630812ba38148ff9400211cb3f4ba98
git push origin v2.0.1

Please sign in to comment.