From 14bf9b8e76e0d40eb8fe594e43e353c16b7ae40a Mon Sep 17 00:00:00 2001 From: Andrea Bonomi Date: Mon, 26 Aug 2024 12:50:04 +0200 Subject: [PATCH] Update version number and changelog --- .github/workflows/release.yml | 5 ++++- README.md | 4 ++-- airflow_code_editor/VERSION | 2 +- changelog.txt | 12 ++++++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b305fc..ea639f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,10 @@ jobs: strategy: matrix: - python-version: ['3.10'] + python-version: + - "3.12" + airflow: + - "2.10.0" env: AIRFLOW_HOME: ./scripts/airflow diff --git a/README.md b/README.md index 85bf0b2..c4b47d5 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ The image is based on the reference images for Apache Airflow. You can find the following images there: * andreax79/airflow-code-editor:**latest** - the latest released Airflow Code Editor image with the latest Apache Airflow version -* andreax79/airflow-code-editor:**2.9.1** - the latest released Airflow Code Editor with specific Airflow version -* andreax79/airflow-code-editor:**2.9.1-7.6.0** - specific version of Airflow and Airflow Code Editor +* andreax79/airflow-code-editor:**2.10.0** - the latest released Airflow Code Editor with specific Airflow version +* andreax79/airflow-code-editor:**2.10.0-7.7.0** - specific version of Airflow and Airflow Code Editor #### Installing from PyPI diff --git a/airflow_code_editor/VERSION b/airflow_code_editor/VERSION index e8be684..1985849 100644 --- a/airflow_code_editor/VERSION +++ b/airflow_code_editor/VERSION @@ -1 +1 @@ -7.6.1 +7.7.0 diff --git a/changelog.txt b/changelog.txt index 569eb78..f970916 100644 --- a/changelog.txt +++ b/changelog.txt @@ -429,3 +429,15 @@ ### Fix - files containing spaces in the Git Workspace view + +## [7.7.0] - 2024-08-26 + +### Added + +- dark mode +- get version API + +### Changed + +- CodeMirror upgrade +- update node version