Skip to content

Commit

Permalink
bump: version 0.11.0 → 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2023
1 parent 2184e81 commit 6e6f219
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.11.1 (2023-05-23)

### Fix

- **header.html**: point docs repos to library repos
- **core.py**: use round to nearest minute for read time
- versioning script mismatch

## v0.11.0 (2023-05-17)

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

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

0 comments on commit 6e6f219

Please sign in to comment.