Skip to content

Commit

Permalink
ci(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.0](v3.0.0...v3.1.0) (2024-06-29)

### Features

* **DF:** add direct file blob import ([6ea358c](6ea358c))
* **DF:** add file-like input capabilities ([e5c707b](e5c707b))
* add support for BytesIO inputs ([bab82e8](bab82e8))

### Docs

* fix broken links in cookbook and documentation ([2353ba9](2353ba9))

### CI

* **release:** 3.1.0-beta.1 [skip ci] ([673782b](673782b))
* **release:** 3.1.0-beta.2 [skip ci] ([3d8e6da](3d8e6da))
* **release:** 3.1.0-beta.3 [skip ci] ([fa0c5b4](fa0c5b4))
  • Loading branch information
semantic-release-bot committed Jun 29, 2024
1 parent f5cf755 commit 4a22cd9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [3.1.0](https://github.com/f-aguzzi/tesi/compare/v3.0.0...v3.1.0) (2024-06-29)


### Features

* **DF:** add direct file blob import ([6ea358c](https://github.com/f-aguzzi/tesi/commit/6ea358c99b612fdd2bc79fb7de62cdb85bbf8d1c))
* **DF:** add file-like input capabilities ([e5c707b](https://github.com/f-aguzzi/tesi/commit/e5c707bd5897f363a831cb21ae7d81fb0699c3c7))
* add support for BytesIO inputs ([bab82e8](https://github.com/f-aguzzi/tesi/commit/bab82e8cfc208062a66dee871f28ca32835c951d))


### Docs

* fix broken links in cookbook and documentation ([2353ba9](https://github.com/f-aguzzi/tesi/commit/2353ba928c155a9abf2ff7ba416440e9fe1668f9))


### CI

* **release:** 3.1.0-beta.1 [skip ci] ([673782b](https://github.com/f-aguzzi/tesi/commit/673782bb8543504177d5f8124872eb33310cc889))
* **release:** 3.1.0-beta.2 [skip ci] ([3d8e6da](https://github.com/f-aguzzi/tesi/commit/3d8e6da7eb9beba5fe99c5dc98de04b5f936da99))
* **release:** 3.1.0-beta.3 [skip ci] ([fa0c5b4](https://github.com/f-aguzzi/tesi/commit/fa0c5b44e431edcf1f6964e4671390ceb875a1e1))

## [3.1.0-beta.3](https://github.com/f-aguzzi/tesi/compare/v3.1.0-beta.2...v3.1.0-beta.3) (2024-06-29)


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 = "3.1.0b3"
version = "3.1.0"
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 4a22cd9

Please sign in to comment.