Skip to content

Commit

Permalink
Release v0.5.1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
geriom committed Oct 24, 2022
1 parent dd2e2b9 commit f27daed
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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/
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-0.20221014161617-be5da07ecff1 // indirect
github.com/google/docsy/dependencies v0.5.1 // 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.0",
"version": "0.5.1",
"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.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
Expand Down

0 comments on commit f27daed

Please sign in to comment.