diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8174801d..d414ab5da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,17 @@ Useful links: Docsy [releases][] & [tags][]. Jump to the [latest][] release. For a list of issues targeted for the next release, see the [23Q1][] milestone. -## 0.7.0 - next planned release (unpublished yet) +## [0.8.0][releases] - next planned release (unpublished yet) + +**New**: + + +**Breaking changes**: + + +**Other changes**: + +## [0.7.0][] **New**: @@ -242,6 +252,7 @@ For a full list of the changes to this release, see the [release notes][0.x.y]. [@deining]: https://github.com/deining [@lisafc]: https://github.com/LisaFC +[0.7.0]: https://github.com/google/docsy/releases/v0.7.0 [0.6.0]: https://github.com/google/docsy/releases/v0.6.0 [0.5.1]: https://github.com/google/docsy/releases/v0.5.1 [0.5.0]: https://github.com/google/docsy/releases/v0.5.0 diff --git a/README.md b/README.md index 7cdc73813b..cfb10143e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Docsy -## 🚧 WARNING: `main` is unstable! For details, see [#1359](https://github.com/google/docsy/discussions/1359) 🚧 Docsy is a [Hugo](https://gohugo.io) theme for technical documentation sets, providing simple navigation, site structure, and more. diff --git a/go.mod b/go.mod index 011a27a954..7b8bd3da99 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.12 require ( github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect - github.com/google/docsy/dependencies v0.6.1-0.20230601182954-ff1818261e64 // indirect + github.com/google/docsy/dependencies v0.7.0 // indirect github.com/twbs/bootstrap v5.2.3+incompatible // indirect ) diff --git a/package.json b/package.json index 1969215df8..a579001374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy", - "version": "0.7.0-dev", + "version": "0.7.0", "repository": "github:google/docsy", "homepage": "https://www.docsy.dev", "license": "Apache-2.0", diff --git a/userguide/hugo.yaml b/userguide/hugo.yaml index a0708c80ac..33dc7c00a2 100644 --- a/userguide/hugo.yaml +++ b/userguide/hugo.yaml @@ -54,7 +54,7 @@ params: privacy_policy: https://policies.google.com/privacy version_menu: Releases archived_version: false - version: 0.6.0 + version: 0.7.0 url_latest_version: https://example.com github_repo: https://github.com/google/docsy github_project_repo: https://github.com/google/docsy