Skip to content

Commit

Permalink
bump: version 0.16.0 → 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2023
1 parent f0eb939 commit 71cecc2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.17.0 (2023-06-26)

### Feat

- add announcement for unreleased and old branches

### Fix

- **header.html**: remove "docs-" from theme repo branch in header
- update banner

### Refactor

- **header.html**: test rtd embed flyout div
- **theme.py**: remove unnecessary open mode param UP015 for ruff
- remove trailing whitespaces
- refactor theme announcement logic
- move banner logic to projects.py
- include latest version url in announcement if not on latest

## v0.16.0 (2023-06-22)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = 'rocm-docs-core'
version = "0.16.0"
version = "0.17.0"
authors=[
{name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"}
]
Expand Down Expand Up @@ -71,7 +71,7 @@ color = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.16.0"
version = "0.17.0"
version_files = ["pyproject.toml:^version"]
tag_format = "v$version"
annotated_tag = true
Expand Down

0 comments on commit 71cecc2

Please sign in to comment.