Skip to content

Commit

Permalink
JuliaInterpreter v0.4.1: (#260)
Browse files Browse the repository at this point in the history
- Fix for change in CodeInfo.slotnames type on julia master (#251)
- Add a way to break on throw (#253)
- Exclude Union{} from is_vararg_type (#254)
- Various performance improvements (#254)
  • Loading branch information
timholy authored Apr 2, 2019
1 parent 0f99957 commit 901df4d
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,6 +1,6 @@
name = "JuliaInterpreter"
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
version = "0.4.0"
version = "0.4.1"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand Down

0 comments on commit 901df4d

Please sign in to comment.