Skip to content

Commit

Permalink
Add NEWS.md item about v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anowacki committed Jul 25, 2023
1 parent 14e67aa commit 43f8d0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# LibMseed.jl v0.2.2 release notes

v0.2.2 is a final patch release before v0.3. The release fixes
compatibility with only v3.0.10 of the libmseed library.

Users are encouraged to upgrade to v0.3 of LibMseed.jl, which
contains no changes to the public API.


# LibMseed.jl v0.2.1 release notes

## Notable bug fixes
Expand Down

2 comments on commit 43f8d0d

@anowacki
Copy link
Owner Author

Choose a reason for hiding this comment

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

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

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 v0.2.2 -m "<description of version>" 43f8d0d8a260156da4e8194b65f74251e717a101
git push origin v0.2.2

Please sign in to comment.