-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
* initial footnote capacity * footnote and fixes - added footnote capacity - more tests resulting from judoctemplates updating - more fixes as a result too * version bump (patch)
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "JuDoc" | ||
uuid = "4ca9428c-4c75-11e9-2efb-bf5cb6c1e8f8" | ||
authors = ["Thibaut Lienart <[email protected]>"] | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
[deps] | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
@@ -10,6 +10,7 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | |
JuDocTemplates = "6793090a-55ae-11e9-0511-73b91164f4ea" | ||
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589" | ||
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
|
||
[compat] | ||
|
This file was deleted.
5 comments
on commit 8ba8e57
There was a problem hiding this comment.
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/3765
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.3.2 -m "<description of version>" 8ba8e579ef2d8410b0c2cb02309a84793d810065
git push origin v0.3.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request updated: JuliaRegistries/General/3765
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.3.2 -m "<description of version>" 8ba8e579ef2d8410b0c2cb02309a84793d810065
git push origin v0.3.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request updated: JuliaRegistries/General/3765
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.3.2 -m "<description of version>" 8ba8e579ef2d8410b0c2cb02309a84793d810065
git push origin v0.3.2
@JuliaRegistrator register()