Skip to content

Commit f178134

Browse files
authored
prepare for 0.2.0 release (#118)
* prepare for 0.2.0 release * this happens automatically
1 parent 6efd093 commit f178134

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
4343

4444
[[JuliaInterpreter]]
4545
deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
46-
git-tree-sha1 = "1ccddcf4eac5f32aa0d559fa73dbf9b965d239fb"
46+
git-tree-sha1 = "0dd94cdd08c7250db6e023648cbec89674d422ca"
4747
repo-rev = "master"
4848
repo-url = "https://github.com/JuliaDebug/JuliaInterpreter.jl.git"
4949
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
50-
version = "0.2.1"
50+
version = "0.3.0"
5151

5252
[[LibGit2]]
5353
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Debugger"
22
uuid = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
3-
version = "0.1.0"
3+
version = "0.2.0"
44

55
[deps]
66
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
@@ -15,12 +15,12 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1515
CodeTracking = "0.3.2, 0.4"
1616
Crayons = "3"
1717
Highlights = "0.3.1"
18-
JuliaInterpreter = "0.2"
18+
JuliaInterpreter = "0.3"
1919
julia = "1"
2020

2121
[extras]
2222
TerminalRegressionTests = "98bfdc55-cc95-5876-a49a-74609291cbe0"
2323
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2424

2525
[targets]
26-
test = ["Test", "TerminalRegressionTests"]
26+
test = ["Test", "TerminalRegressionTests"]

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ julia 1.0
22
Highlights 0.3.1
33
Crayons 3.0.0
44
CodeTracking 0.3.2
5-
JuliaInterpreter 0.2
5+
JuliaInterpreter 0.3

test/stepping.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ frame = @make_frame f(2, bar=4)
177177
state = dummy_state(frame)
178178
execute_command(state, Val{:n}(), "nc")
179179
execute_command(state, Val{:n}(), "nc")
180-
# Step out of the wrapper, perhaps should be automatic
181-
execute_command(state, Val{:n}(), "nc")
182180
@test isnothing(state.frame)
183181
@test state.overall_result == 6
184182

0 commit comments

Comments
 (0)