Skip to content

Commit

Permalink
Bump version to v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Mar 8, 2024
1 parent 4d43798 commit c8633bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "DocumenterVitepress"
uuid = "4710194d-e776-4893-9690-8d956a29c365"
authors = ["Lazaro Alonso <lazarus.alon@gmail.com>", "Anshul Singhvi <as6208@columbia.edu>"]
version = "0.0.10"
version = "0.0.11"

[deps]
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
Expand Down

2 comments on commit c8633bb

@asinghvi17
Copy link
Collaborator Author

@asinghvi17 asinghvi17 commented on c8633bb Mar 8, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

This release changes the default code font from Space-Mono to JuliaMono. This font is a bit more familiar to Julia readers and users of Julia documentation, as well as having a better @ symbol.

The src/assets folder is now not moved but rather logo.* and favicon.ico are copied to the public folder. The rest of the folder remains unchanged in build/.documenter/....

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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

git tag -a v0.0.11 -m "<description of version>" c8633bb03644dcccc8953fbf7a8297dabe215181
git push origin v0.0.11

Please sign in to comment.