From 5597d435dc74ce68240e0c3871addf24567493b0 Mon Sep 17 00:00:00 2001 From: Geri Ochoa Date: Mon, 5 Dec 2022 11:18:13 -0500 Subject: [PATCH] Release v0.6.0 preparation --- CHANGELOG.md | 4 ++++ go.mod | 2 +- package.json | 2 +- userguide/config.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cf696f58..f64cbc3939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**: diff --git a/go.mod b/go.mod index b4accfcb53..51f532731f 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/package.json b/package.json index c62536aaf4..dc056d1732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy", - "version": "0.5.1", + "version": "0.6.0", "repository": "github:google/docsy", "scripts": { "_cd:docs": "cd userguide &&", diff --git a/userguide/config.yaml b/userguide/config.yaml index 7d1cf4c1d0..25df4bff58 100644 --- a/userguide/config.yaml +++ b/userguide/config.yaml @@ -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