Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent 1564dce commit 9d64d90
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# CHANGELOG

## v0.0.1 (2024-07-02)

### Fix

* fix: Update scikit-learn to 1.5.0 ([`52ff587`](https://github.com/adevinta/anomalywatchdog/commit/52ff587214fb13300f748359b64971d2448f45e5))

* fix: Eliminate scikit learn from pyproject.toml ([`fcaf906`](https://github.com/adevinta/anomalywatchdog/commit/fcaf906131c2bb6d8ae9173018d9b28f1ecc2899))

* fix: Refactor ([`3136baa`](https://github.com/adevinta/anomalywatchdog/commit/3136baaad32a201680cc68d5ab08ccc5328aaf68))

* fix: Add wheel dependency ([`4397242`](https://github.com/adevinta/anomalywatchdog/commit/43972426ec7b605cfcf63f5798f0bfe2164d1dd5))

* fix: Fix poetry ([`4953d6a`](https://github.com/adevinta/anomalywatchdog/commit/4953d6a20adcce3dd1540580f20b5b7c1b2e10f2))

* fix: Fixing package dependencies ([`912cdc0`](https://github.com/adevinta/anomalywatchdog/commit/912cdc0dc8d7706920731ffbe782f02a7049f7e4))

* fix: Last part of initial development ([`ac2c38e`](https://github.com/adevinta/anomalywatchdog/commit/ac2c38e9269f38c2e8aca266e1e5919d0b7ce80e))

* fix: Last part of initial development ([`e1dd520`](https://github.com/adevinta/anomalywatchdog/commit/e1dd520d986d10f165d2a2a9982e296337f447ad))

* fix: First part of development ([`079d311`](https://github.com/adevinta/anomalywatchdog/commit/079d31170f8d9bfe66d828f792770e5e01636861))

### Unknown

* Merge pull request #3 from adevinta/feature/fix_poetry

fix: Fix poetry ([`1564dce`](https://github.com/adevinta/anomalywatchdog/commit/1564dceb6bbee9e39afc8b5caef3732f2186cbad))

* Merge pull request #2 from adevinta/feature/second_part_development

fix: Last part of initial development ([`4bdce08`](https://github.com/adevinta/anomalywatchdog/commit/4bdce08ffd247c2b043557f969c73416e19d36eb))

* Merge pull request #1 from adevinta/feature/first_part_development

fix: First part of development ([`d034ced`](https://github.com/adevinta/anomalywatchdog/commit/d034ced0b3a44b3f1389a230444c07bd50bc0edd))

## v0.0.0 (2024-06-27)

### Unknown
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anomalywatchdog"
version = "0.0.0"
version = "0.0.1"
description = ""
authors = ["alexis-vazquez <[email protected]>", "enric-pampols <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9d64d90

Please sign in to comment.