Skip to content

Commit

Permalink
Release v0.6.0 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
geriom committed Dec 5, 2022
1 parent 2c11f53 commit 5597d43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ For a list of issues targeted for the next release, see the [22Q2][] milestone.
For existing sites build with hugo 0.93.0+, parameter `mermaid.enable`
can be removed from site config.

- **Add render hook for chem code blocks**: add auto-activation of `math` and
`chem` blocks via KateX and mhchem. Support for formula rendering activation
on individual pages only. Hugo version >= 0.93.0 required.

**Breaking changes**:


Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.12

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f // indirect
github.com/google/docsy/dependencies v0.5.1 // indirect
github.com/google/docsy/dependencies v0.6.0 // indirect
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsy",
"version": "0.5.1",
"version": "0.6.0",
"repository": "github:google/docsy",
"scripts": {
"_cd:docs": "cd userguide &&",
Expand Down
2 changes: 1 addition & 1 deletion userguide/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ params:
privacy_policy: https://policies.google.com/privacy
version_menu: Releases
archived_version: false
version: 0.5.1
version: 0.6.0
url_latest_version: https://example.com
github_repo: https://github.com/google/docsy
github_project_repo: https://github.com/google/docsy
Expand Down

0 comments on commit 5597d43

Please sign in to comment.