Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 16, 2023
1 parent 472a2f6 commit 69a2860
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 69 deletions.
30 changes: 8 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# CHANGELOG


## Unreleased

## v0.3.2 (2023-12-16)

### Fix

* fix: error in gha ([`472a2f6`](https://github.com/jjjermiah/NBIA-toolkit/commit/472a2f6d10cd136854f1f3e6b76d33c0bb6e2361))

### Unknown

* update gha ([`1b6b8fc`](https://github.com/jjjermiah/NBIA-toolkit/commit/1b6b8fc4f2fdff40c18feb39d74ed5f60bd16d6a))
* fix:update version and changelog ([`be7ce6f`](https://github.com/jjjermiah/NBIA-toolkit/commit/be7ce6f6ed71a54faf8e53821e48928771c062fe))

* update gha ([`1b6b8fc`](https://github.com/jjjermiah/NBIA-toolkit/commit/1b6b8fc4f2fdff40c18feb39d74ed5f60bd16d6a))


## v0.3.1 (2023-12-17)
Expand Down Expand Up @@ -59,10 +65,6 @@

### Unknown

* 0.2.0

Automatically generated by python-semantic-release ([`0f0b86f`](https://github.com/jjjermiah/NBIA-toolkit/commit/0f0b86fc2e23a1f13dc85b78636fea721379265a))

* Update pyproject.toml ([`b9727a6`](https://github.com/jjjermiah/NBIA-toolkit/commit/b9727a62108ad00b77c8ea721f1bd1726295a206))

* Merge pull request #31 from jjjermiah/docs/updateDocs
Expand All @@ -80,25 +82,13 @@ Docs/update docs ([`359a30d`](https://github.com/jjjermiah/NBIA-toolkit/commit/3

* feat(nbia.py): add docstring ([`ffaa2f3`](https://github.com/jjjermiah/NBIA-toolkit/commit/ffaa2f3a323585b23c3d8ce30a6b2c69e3b7805a))

### Unknown

* 0.1.0

Automatically generated by python-semantic-release ([`af73148`](https://github.com/jjjermiah/NBIA-toolkit/commit/af7314807703e636ba1633204e0ae5104d226b77))


## v0.0.1 (2023-12-16)

### Fix

* fix(nbia.py): add basic docstring ([`aad5eaa`](https://github.com/jjjermiah/NBIA-toolkit/commit/aad5eaab3eead9be9d990f9cb52bb258e6a70514))

### Unknown

* 0.0.1

Automatically generated by python-semantic-release ([`b276ff1`](https://github.com/jjjermiah/NBIA-toolkit/commit/b276ff1a9aa625e7c3863dfd6a05b123cb670b58))


## v0.0.0 (2023-12-16)

Expand All @@ -108,10 +98,6 @@ Automatically generated by python-semantic-release ([`b276ff1`](https://github.c

### Unknown

* 0.0.0

Automatically generated by python-semantic-release ([`03aacd6`](https://github.com/jjjermiah/NBIA-toolkit/commit/03aacd63147a3844896884b70e70b97cde1de1f7))

* Update example notebook and package initialization ([`b940a6f`](https://github.com/jjjermiah/NBIA-toolkit/commit/b940a6fa1a157b5e2466b78dcc0d32553d2ca4ce))

* convert readme into issues ([`0fe7583`](https://github.com/jjjermiah/NBIA-toolkit/commit/0fe7583d359c5e4f127f5d2b8d8cbf91321a4a8e))
Expand Down
55 changes: 8 additions & 47 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbiatoolkit"
version = "0.3.1"
version = "0.3.2"
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
authors = ["Jermiah Joseph"]
license = "MIT"
Expand All @@ -21,54 +21,15 @@ sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^1.3.0"
python-semantic-release = "^8.5.1"


[tool.semantic_release]
version_toml = [
"pyproject.toml:tool.poetry.version"
]
branch = "main"
upload_to_PyPI = false
upload_to_release = true
build_command = "pip install poetry && poetry build"
version_source = "tag"
commit_version_number = true
commit_message = "chore(release): release {version}"

[tool.semantic_release.commit_parser_options]
allowed_tags = [
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"style",
"refactor",
"test"
]
minor_tags = ["feat"]
patch_tags = ["fix", "perf"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

# [tool.semantic_release]
# version_toml = [
# "pyproject.toml:tool.poetry.version",
# ]
# branch = "main" # branch to make releases of
# changelog_file = "CHANGELOG.md" # changelog file
# build_command = "pip install poetry && poetry build" # build dists
# commit_version_number = true # commit version number
# commit_message = "chore(release): release {version}" # commit message
# dist_path = "dist/" # where to put dists
# upload_to_release = false # auto-create GitHub release
# upload_to_pypi = false # don't auto-upload to PyPI
# remove_dist = false # don't remove dists
# patch_without_tag = true # patch release by default
[tool.semantic_release]
version_variable = "setup.py:__version__"
version_toml = [
"pyproject.toml:tool.poetry.version",
]

# [build-system]
# requires = ["poetry-core>=1.0.0"]
# build-backend = "poetry.core.masonry.api"
[tool.semantic_release.remote]
ignore_token_for_push = true

0 comments on commit 69a2860

Please sign in to comment.