Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* added base class for classifiers, models, settings

### Features

* added base class for classifiers, models, settings ([4af5d47](4af5d47))

### Docs

* fix broken github pages build ([862ddf6](862ddf6))
* new cookbook section ([fd9a243](fd9a243))
* updated docusaurus with versioning ([0b6d5c4](0b6d5c4)), closes [#33](#33)
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent 4af5d47 commit 6c4af27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.0.0-beta.1](https://github.com/f-aguzzi/tesi/compare/v1.2.0...v2.0.0-beta.1) (2024-06-04)


### ⚠ BREAKING CHANGES

* added base class for classifiers, models, settings

### Features

* added base class for classifiers, models, settings ([4af5d47](https://github.com/f-aguzzi/tesi/commit/4af5d4778d28021dcd2e23f00fc5810ae178769d))


### Docs

* fix broken github pages build ([862ddf6](https://github.com/f-aguzzi/tesi/commit/862ddf6557973229ec9b85830b677822db0f9da7))
* new cookbook section ([fd9a243](https://github.com/f-aguzzi/tesi/commit/fd9a2435469bdcf0457909ec3424ce1af5b118a9))
* updated docusaurus with versioning ([0b6d5c4](https://github.com/f-aguzzi/tesi/commit/0b6d5c4319f371a757ad0fc3a142e2eb1d959137)), closes [#33](https://github.com/f-aguzzi/tesi/issues/33)

## [1.2.0](https://github.com/f-aguzzi/tesi/compare/v1.1.3...v1.2.0) (2024-06-03)


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 = "1.2.0"
version = "2.0.0b1"
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 6c4af27

Please sign in to comment.