Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
- Add a breakpoint UI (#181)
- Bugfix with lowered code printing on on JuliaInterpreter 0.5.1 (#182)
- Add `up`/`down` commands to navigate the call stack (#178)
  • Loading branch information
KristofferC authored May 13, 2019
1 parent cc9da94 commit 4ea5552
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 = "Debugger"
uuid = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
version = "0.4.0"
version = "0.5.0"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand All @@ -15,7 +15,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
CodeTracking = "0.5.7"
Crayons = "3, 4"
Highlights = "0.3.1"
JuliaInterpreter = "0.5"
JuliaInterpreter = "0.6"
julia = "1"

[extras]
Expand Down

0 comments on commit 4ea5552

Please sign in to comment.