Skip to content

Commit

Permalink
bump(release): v0.1.0 → v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Feb 25, 2024
1 parent a814e01 commit eabe5a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.2.0 (2024-02-25)

### Feat

- add conformal Bayesian prediction (#14)
- improve dual solver (#4)

### Refactor

- remove target transformation (#13)

## v0.1.0 (2024-01-07)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "neo-ls-svm"
version = "0.1.0"
version = "0.2.0"
description = "Neo LS-SVM"
authors = ["Laurent Sorber <[email protected]>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/lsorber/neo-ls-svm"
bump_message = "bump(release): v$current_version → v$new_version"
tag_format = "v$version"
update_changelog_on_bump = true
version = "0.1.0"
version = "0.2.0"
version_files = ["pyproject.toml:version"]

[tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/
Expand Down

0 comments on commit eabe5a8

Please sign in to comment.