Skip to content

Commit

Permalink
bump: version 1.6.0 → 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 5b90fa7 commit 21b07b0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.6.1 (2024-07-25)

### Fix

- **project.yaml**: rocDecode and rocAL default to develop branch now

### Refactor

- Remove unused import
- Remove unused test code
- Remove SphinxTestApp
- Removed deprecated code
- **test_projects.py**: Format with black
- Update conf.py for site tests
- **test_doxygen.py**: Fix typo in doxygen dir

## v1.6.0 (2024-07-24)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"path": "demo/doxygen/xml",
}

version = "1.6.0"
release = "1.6.0"
version = "1.6.1"
release = "1.6.1"
html_title = f"ROCm Docs Core {version}"
project = "ROCm Docs Core"
author = "Advanced Micro Devices, Inc."
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 = "1.6.0"
version = "1.6.1"
authors=[
{name="Lauren Wrubleski", email="[email protected]"}
]
Expand Down Expand Up @@ -72,7 +72,7 @@ color = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.6.0"
version = "1.6.1"
version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"]
tag_format = "v$version"
annotated_tag = true
Expand Down

0 comments on commit 21b07b0

Please sign in to comment.