Skip to content

Commit

Permalink
bump: version 8.3.0 → 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neringaalt committed Feb 2, 2024
1 parent 3ca7ed1 commit 71d25e5
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bump_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"]

Expand Down

0 comments on commit 71d25e5

Please sign in to comment.