Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Mar 21, 2024
1 parent afef798 commit ffc9ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Supposition"
uuid = "5a0628fe-1738-4658-9b6d-0b7605a9755b"
authors = ["Sukera <[email protected]> and contributors"]
version = "0.3.0"
version = "0.3.1"

[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand Down

2 comments on commit ffc9ab2

@Seelengrab
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 register

Release notes:

Breaking Changes

  • None

New Features

  • None

Bug Fixes

  • Calling rand in a property defined through @check function foo() .... end i.e. in long-form previously didn't accurately report the failing input when replaying the counterexample for display purposes.

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

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

Please sign in to comment.