Skip to content

Commit

Permalink
ci(release): 2.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-beta.2](v2.0.0-beta.1...v2.0.0-beta.2) (2024-06-04)

### Features

* made LR inherit from BaseClassifier ([d06a7db](d06a7db))

### Docs

* new version ([7c96050](7c96050))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent 7c96050 commit c6892a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.0.0-beta.2](https://github.com/f-aguzzi/tesi/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-06-04)


### Features

* made LR inherit from BaseClassifier ([d06a7db](https://github.com/f-aguzzi/tesi/commit/d06a7db270a99517a6445c94bdfacc1901e90121))


### Docs

* new version ([7c96050](https://github.com/f-aguzzi/tesi/commit/7c96050e20382fdd2312584dd0cf8ee091329181))

## [2.0.0-beta.1](https://github.com/f-aguzzi/tesi/compare/v1.2.0...v2.0.0-beta.1) (2024-06-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "chemfusekit"
version = "2.0.0b1"
version = "2.0.0b2"
description = "A minimal Python / Jupyter Notebook / Colab library for data fusion and chemometrical analysis."
authors = [
{ name = "Federico Aguzzi", email = "62149513+f-aguzzi@users.noreply.github.com" }
Expand Down

0 comments on commit c6892a9

Please sign in to comment.