diff --git a/CHANGELOG.md b/CHANGELOG.md index a5061abe18..72d1a03a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,22 @@ Useful links: Docsy [releases][] & [tags][]. Jump to the [latest][] release. For a list of issues targeted for the next release, see the [22Q2][] milestone. -## [0.5.0][] - next planned release (unpublished yet) +## 0.6.0 - next planned release (unpublished yet) + + +**New**: + + +**Breaking changes**: + + +**Other changes**: + + +## [0.5.1][] For the full list of the changes found in this release, see the [release -notes][0.5.0]. **BREAKING CHANGES** are documented below. +notes][0.5.1]. **BREAKING CHANGES** are documented below. **After you update** your project's Docsy: @@ -151,7 +163,7 @@ For a full list of the changes to this release, see the [release notes][0.x.y]. [0.2.0]: https://github.com/google/docsy/releases/v0.2.0 [0.3.0]: https://github.com/google/docsy/releases/v0.3.0 [0.4.0]: https://github.com/google/docsy/releases/v0.4.0 -[0.5.0]: https://github.com/google/docsy/releases/v0.5.0 +[0.5.1]: https://github.com/google/docsy/releases/v0.5.1 [0.x.y]: # [22q2]: https://github.com/google/docsy/milestone/3 [hugo modules]: https://gohugo.io/hugo-modules/ diff --git a/go.mod b/go.mod index 8ad888022d..b4accfcb53 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-0.20221014161617-be5da07ecff1 // indirect + github.com/google/docsy/dependencies v0.5.1 // indirect github.com/twbs/bootstrap v4.6.2+incompatible // indirect ) diff --git a/package.json b/package.json index 7d66336761..c62536aaf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy", - "version": "0.5.0", + "version": "0.5.1", "repository": "github:google/docsy", "scripts": { "_cd:docs": "cd userguide &&", diff --git a/userguide/config.yaml b/userguide/config.yaml index dd3ba61bca..fb6add464a 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.0 + version: 0.5.1 url_latest_version: https://example.com github_repo: https://github.com/google/docsy github_project_repo: https://github.com/google/docsy