Skip to content

Commit 6a7d16b

Browse files
committed
Increment version
1 parent 7088865 commit 6a7d16b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.5.1
2+
* Improvements to `.gitignore` (#55 , #54)
13
# 0.5.0
24
This release has **breaking changes**.
35
* Adjusted return value of `produce_or_load` (#52). It now always return the file and the path it is saved. If `loadfile = false` it returns `nothing, path`.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DrWatson"
22
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
33
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"

src/DrWatson.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function __init__()
2424
end
2525

2626
# Update messages
27-
display_update = true
27+
display_update = false
2828
update_name = "update_v0.5.0"
2929
if display_update
3030
if !isfile(joinpath(@__DIR__, update_name))

0 commit comments

Comments
 (0)