Skip to content

Commit

Permalink
Bump to 0.7.7
Browse files Browse the repository at this point in the history
Releases "Support mocks running a background task (#109)"
  • Loading branch information
NHDaly authored May 31, 2023
1 parent 24bec40 commit 98de500
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
Expand Up @@ -4,7 +4,7 @@ keywords = ["testing", "mocking"]
license = "MIT"
desc = "Allows Julia function calls to be temporarily overloaded for purpose of testing"
author = ["Curtis Vogt"]
version = "0.7.6"
version = "0.7.7"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down

4 comments on commit 98de500

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on 98de500 May 31, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Register Failed
@NHDaly, it looks like you are not a publicly listed member/owner in the parent organization (JuliaTesting).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on 98de500 May 31, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.7.7 -m "<description of version>" 98de5007ce5475ad7f13c134bdda8d3053803d83
git push origin v0.7.7

Please sign in to comment.