From a2f22efb9563ec5f4a490e94fc980419c91375bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Fri, 17 May 2024 17:23:56 +0300 Subject: [PATCH 1/4] [DOP-15650] Bump version --- horizon_hwm_store/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon_hwm_store/VERSION b/horizon_hwm_store/VERSION index c946ee6..1180819 100644 --- a/horizon_hwm_store/VERSION +++ b/horizon_hwm_store/VERSION @@ -1 +1 @@ -0.1.6 +0.1.7 From 1a9ac5bbe7f9721a071145488f63735b25668119 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:55:18 +0000 Subject: [PATCH 2/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bd01a4..97bfb73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - --no-extra-eol - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [-w] From 74dd7447b4323329cd1ba22321ce98f30c6edf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Mon, 10 Jun 2024 12:56:10 +0300 Subject: [PATCH 3/4] [DOP-15993] Update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97bfb73..335ac5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,7 +77,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py37-plus, --keep-runtime-typing] @@ -107,7 +107,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==24.3.0 + - black==24.4.2 - repo: https://github.com/asottile/blacken-docs rev: 1.16.0 From d732b3e9c3bfda4ef6d9a611f81c3b0fb98d54b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Mon, 10 Jun 2024 13:37:11 +0300 Subject: [PATCH 4/4] [DOP-15993] Prepare for release 1.0.0 --- docs/changelog/1.0.0.rst | 4 ++++ docs/changelog/index.rst | 1 + horizon_hwm_store/VERSION | 2 +- requirements.txt | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 docs/changelog/1.0.0.rst diff --git a/docs/changelog/1.0.0.rst b/docs/changelog/1.0.0.rst new file mode 100644 index 0000000..92e56b9 --- /dev/null +++ b/docs/changelog/1.0.0.rst @@ -0,0 +1,4 @@ +1.0.0 (2024-06-10) +================== + +First production-ready release! diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index bb675bb..de6c01d 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -3,6 +3,7 @@ :caption: Changelog DRAFT + 1.0.0 0.1.6 0.1.5 0.1.4 diff --git a/horizon_hwm_store/VERSION b/horizon_hwm_store/VERSION index 1180819..3eefcb9 100644 --- a/horizon_hwm_store/VERSION +++ b/horizon_hwm_store/VERSION @@ -1 +1 @@ -0.1.7 +1.0.0 diff --git a/requirements.txt b/requirements.txt index 9f02583..3239cf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -data-horizon[client-sync]>=0.0.8,<0.3 +data-horizon[client-sync]>=1.0.0,<1.1 etl-entities>=2.1.0,<2.4.0