From 3227b1c42f5d7ae0a7718823d37ec1c9e1cbad99 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 24 Apr 2024 15:18:44 +0100 Subject: [PATCH 1/3] Release 0.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..862dbce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 0.1.0 - 2024-04-TODO + +Release 0.1.0 + +⚠️ **WARNING: The next release will contain breaking changes to the default cost parameters. Please pin your installation to avoid surprises** ⚠️ From 45edf9bf48e1654b47c42978131edf386ef35a8d Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 24 Apr 2024 15:24:31 +0100 Subject: [PATCH 2/3] Update pre-commit --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d40b219..a531570 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-docstring-first - id: check-json @@ -14,17 +14,17 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.4.0 hooks: - id: black args: [--target-version=py38] - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 args: [ @@ -33,11 +33,11 @@ repos: --max-line-length=150, ] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.1.0 hooks: - id: prettier - repo: https://github.com/PyCQA/bandit - rev: "1.7.5" + rev: 1.7.8 hooks: - id: bandit entry: bandit From 46bc6b7bbe21c2d791e3c982b573c696d4f4d5d9 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 24 Apr 2024 15:40:06 +0100 Subject: [PATCH 3/3] 0.1.0 release date: 2024-04-24 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862dbce..669e208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.0 - 2024-04-TODO +## 0.1.0 - 2024-04-24 Release 0.1.0