Skip to content

Commit

Permalink
Bump version for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert committed Jun 19, 2024
1 parent 9627323 commit b08d1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018–2023: Justin Willmert
Copyright (c) 2018–2024: Justin Willmert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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 = "BitFlags"
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
authors = ["Justin Willmert <[email protected]>"]
version = "0.1.8"
version = "0.1.9"

[compat]
julia = "1"
Expand Down

2 comments on commit b08d1e0

@jmert
Copy link
Owner Author

@jmert jmert commented on b08d1e0 Jun 19, 2024

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/109368

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 v0.1.9 -m "<description of version>" b08d1e089da18a89fdf81c3c7bee7b40ab1f52bc
git push origin v0.1.9

Please sign in to comment.