Skip to content

Commit

Permalink
bump: version 8.2.1 → 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neringaalt committed Jan 15, 2024
1 parent 898799c commit d003db7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v8.3.0 (2024-01-15)

### Feat

- python-3.12 (#6)

### Fix

- linting
- removing python version file
- removing recommended python version
- Switch back function descriptions (#72)
- Update note about availability after open sourcing (#74)
- Add check_name
- Try to remove check_name
- Specify correct dependency of GH jobs
- Fix unit test upload
- upgrade pandas to 2.1.4 (#69)
- **deps**: Revert "fix(deps): update dependency pandas to ~2.1.0 (#18)"
- **deps**: update dependency pandas to ~2.1.0 (#18)

## v8.2.1
* chore(deps): update pre-commit hook commitizen-tools/commitizen to v3.8.0 in #1
* chore(deps): lock file maintenance in #3
Expand Down
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.2.1"
version = "8.3.0"
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.2.1"
version = "8.3.0"
tag_format = "v$version"
version_files = ["pyproject.toml:version"]

Expand Down

0 comments on commit d003db7

Please sign in to comment.