Skip to content

Commit

Permalink
Merge pull request #125 from tshort/demangle-default
Browse files Browse the repository at this point in the history
Set `demangle=true` by default
  • Loading branch information
brenhinkeller committed May 15, 2023
2 parents 229863a + 84b9761 commit 51db924
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,7 +1,7 @@
name = "StaticCompiler"
uuid = "81625895-6c0f-48fc-b932-11a18313743c"
authors = ["Tom Short and contributors"]
version = "0.4.12"
version = "0.5.0"

[deps]
Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"
Expand All @@ -21,7 +21,7 @@ GPUCompiler = "0.19"
LLVM = "5"
MacroTools = "0.5"
StaticTools = "0.8"
julia = "1.8, 1.9"
julia = "1.8"

[extras]
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Expand Down

2 comments on commit 51db924

@brenhinkeller
Copy link
Collaborator 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:

  • Stop adding the the julia_ prefix to all compiled function names by default

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

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.5.0 -m "<description of version>" 51db924b140593cb31aea1f386e139940a1402ea
git push origin v0.5.0

Please sign in to comment.