Skip to content

Commit

Permalink
v0.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian committed Dec 4, 2019
1 parent 2ae48ba commit 1c94ffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.22.5 - 2019-12-03

* bug fixes
* deps update

## v0.22.5 - 2019-11-30

Expand Down
10 changes: 5 additions & 5 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
version = "0.4.2"

[[MacroTools]]
deps = ["Compat", "DataStructures", "Test"]
git-tree-sha1 = "82921f0e3bde6aebb8e524efc20f4042373c0c06"
deps = ["DataStructures", "Markdown", "Random"]
git-tree-sha1 = "e2fc7a55bb2224e203bbd8b59f72b91323233458"
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
version = "0.5.2"
version = "0.5.3"

[[Markdown]]
deps = ["Base64"]
Expand Down Expand Up @@ -207,9 +207,9 @@ version = "0.2.0"

[[Revise]]
deps = ["CodeTracking", "Distributed", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "Pkg", "REPL", "UUIDs", "Unicode"]
git-tree-sha1 = "dd15b92fac79835f8d87d03522ad861ff40c7459"
git-tree-sha1 = "855751b1fc9337d8cbe1e6d80ab6aa948a004a7e"
uuid = "295af30f-e4ad-537b-8983-00126c2a3abe"
version = "2.3.1"
version = "2.3.2"

[[SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Expand Down

2 comments on commit 1c94ffd

@essenciary
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.22.6 -m "<description of version>" 1c94ffd5e30869f5945fe3cf158fc016495c4a78
git push origin v0.22.6

Please sign in to comment.