Skip to content

Commit

Permalink
Bump to v2.1.2: Make PProf.Allocs profiling support backported julia …
Browse files Browse the repository at this point in the history
…versions

Use an `isdefined()` check instead of a `VERSION` check: #52
  • Loading branch information
NHDaly authored Feb 4, 2022
1 parent 42f5a02 commit 18d842d
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 = "PProf"
uuid = "e4faabce-9ead-11e9-39d9-4379958e3056"
authors = ["Valentin Churavy <v.churavy@gmail.com>", "Nathan Daly <nhdaly@gmail.com>"]
version = "2.1.1"
version = "2.1.2"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down

2 comments on commit 18d842d

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on 18d842d Feb 4, 2022

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

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.1.2 -m "<description of version>" 18d842d4132a5da40918d35ab0810aad10fb5c6b
git push origin v2.1.2

Please sign in to comment.