Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 13, 2023
1 parent 33a00b8 commit 6f275bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.4.0 (2023-04-13)

### BREAKING CHANGE

- users of the non-legacy API have to set `html_theme` to `rocm_docs_theme` to maintain the current behaviour.

### Fix

- **legacy**: fix builds without doxygen
- **extension**: no longer set the html_theme by default in the extension
- **legacy**: restore custom theme on readthedocs

## v0.3.0 (2023-04-13)

### 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.3.0"
version = "0.4.0"
authors=[
{name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"}
]
Expand Down Expand Up @@ -59,7 +59,7 @@ rocm_docs = ["data/**/*", "rocm_docs_theme/**/*"]

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

0 comments on commit 6f275bb

Please sign in to comment.