Skip to content

Commit

Permalink
Bump compat on PrettyTables (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored Oct 15, 2022
1 parent 1253d04 commit a7fee0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LinuxPerf"
uuid = "b4c46c6c-4fb0-484d-a11a-41bc3392d094"
version = "0.3.3"
version = "0.3.4"

[deps]
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Expand All @@ -9,5 +9,5 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
Formatting = "0.4"
PrettyTables = "0.9, 1"
PrettyTables = "0.9, 1, 2"
julia = "1"

2 comments on commit a7fee0f

@vchuravy
Copy link
Member

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

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.4 -m "<description of version>" a7fee0ff261a5b5ce7a903af7b38d1b5c27dd931
git push origin v0.3.4

Please sign in to comment.