Skip to content

Commit 1988611

Browse files
Merge pull request #3 from RodrigoGonzalez/bump/v
bump: version 0.0.1 → 0.1.0
2 parents 5387bac + 87ca5ed commit 1988611

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.1.0 (2023-08-21)
2+
3+
### Feat
4+
5+
- **main**: add entry point
6+
- **check-mkdocs**: initial commit with new check

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "check_mkdocs"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = ""
55
readme = "README.md"
66
authors = ["Rodrigo Gonzalez <[email protected]>"]
@@ -44,7 +44,7 @@ mkdocstrings = {extras = ["optimize", "python"], version = "^0.22.0"}
4444

4545
[tool.commitizen]
4646
name = "cz_conventional_commits"
47-
version = "0.0.1"
47+
version = "0.1.0"
4848
tag_format = "v$version"
4949
version_type = "semver"
5050
update_changelog_on_bump = true

src/check_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from check_mkdocs.check_mkdocs import main
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.1.0"
44

55
__all__ = ["main", "__version__"]

0 commit comments

Comments
 (0)