From 9f4b873da468ccadaaa54d30c6aba71954508c4a Mon Sep 17 00:00:00 2001 From: Geri Ochoa Date: Tue, 27 Jun 2023 09:04:27 -0400 Subject: [PATCH] Release v0.7.1 preparation --- CHANGELOG.md | 7 ++----- go.mod | 2 +- package.json | 2 +- userguide/hugo.yaml | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126c3c0986..5e2003a4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,7 @@ For a list of issues targeted for the next release, see the [23Q2][] milestone. **Other changes**: -## [0.7.1][releases] - next planned release (unpublished yet) - -**Breaking changes**: none yet. - -**Other changes**: +## [0.7.1][] Followup changes to **Bootstrap (BS) 5.2 upgrade** ([#470]): @@ -266,6 +262,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.1]: https://github.com/google/docsy/releases/v0.7.1 [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 diff --git a/go.mod b/go.mod index 7b8bd3da99..05a07738ca 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.7.0 // indirect + github.com/google/docsy/dependencies v0.7.1 // indirect github.com/twbs/bootstrap v5.2.3+incompatible // indirect ) diff --git a/package.json b/package.json index ea54544d44..32ea2d0890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy", - "version": "0.7.1-dev.0-unreleased", + "version": "0.7.1", "repository": "github:google/docsy", "homepage": "https://www.docsy.dev", "license": "Apache-2.0", diff --git a/userguide/hugo.yaml b/userguide/hugo.yaml index d72d6490c1..725af1c9e0 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.7.0 + version: 0.7.1 url_latest_version: https://example.com github_repo: https://github.com/google/docsy github_project_repo: https://github.com/google/docsy