diff --git a/CHANGELOG.md b/CHANGELOG.md index b3306e77..93b8ada2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## v8.3.1 (2024-02-02) + +### Feat + +- github actions script to push json to locize +- script to add docstring info in a json file + +### Fix + +- update github action +- push strings 2 +- push strings +- fixing url +- changing back +- linting +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- path +- use correct file path github actions script +- upating changelog + ## v8.3.0 (2024-01-15) ### Feat diff --git a/bump_library.sh b/bump_library.sh index 012d1b58..ff375cd4 100644 --- a/bump_library.sh +++ b/bump_library.sh @@ -3,4 +3,4 @@ if [ $INPUT_PRERELEASE ]; then INPUT_PRERELEASE="--prerelease $INPUT_PRERELEASE" git checkout -b bump-version # create tag, create commit updating CHANGELOG.md, save changelog changes to body.md -poetry run cz bump --yes --changelog-to-stdout --changelog $INPUT_PRERELEASE > body.md +poetry run cz bump --yes --changelog-to-stdout --changelog --increment PATCH $INPUT_PRERELEASE > body.md diff --git a/pyproject.toml b/pyproject.toml index 18aad1ff..54fc0160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "indsl" -version = "8.3.0" +version = "8.3.1" description = "Industrial Data Science Library by Cognite" authors = ["Cognite"] license = "Apache-2.0" @@ -124,7 +124,7 @@ known-third-party = ["pytest"] [tool.commitizen] name = "cz_conventional_commits" -version = "8.3.0" +version = "8.3.1" tag_format = "v$version" version_files = ["pyproject.toml:version"]