Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Jan 5, 2021
1 parent e9a4a29 commit 6db95ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SnoopCompile"
uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
author = ["Tim Holy <[email protected]>"]
version = "2.2.0"
version = "2.2.1"

[deps]
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
Expand All @@ -20,7 +20,7 @@ Cthulhu = "1.5"
FlameGraphs = "0.2"
OrderedCollections = "1"
Requires = "1"
SnoopCompileCore = "~2.2.0"
SnoopCompileCore = "~2.2.1"
YAML = "0.4"
julia = "1"

Expand Down
2 changes: 1 addition & 1 deletion SnoopCompileCore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SnoopCompileCore"
uuid = "e2b509da-e806-4183-be48-004708413034"
author = ["Tim Holy <[email protected]>"]
version = "2.2.0"
version = "2.2.1"

[deps]
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Expand Down

4 comments on commit 6db95ec

@timholy
Copy link
Owner Author

@timholy timholy commented on 6db95ec Jan 5, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=SnoopCompileCore

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

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 SnoopCompileCore-v2.2.1 -m "<description of version>" 6db95ece29fc240b486a698f85e5ff770dacbf2d
git push origin SnoopCompileCore-v2.2.1

@timholy
Copy link
Owner Author

@timholy timholy commented on 6db95ec Jan 5, 2021

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

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.2.1 -m "<description of version>" 6db95ece29fc240b486a698f85e5ff770dacbf2d
git push origin v2.2.1

Please sign in to comment.