From 9ad285390263b1f55e4ebf62e4161e76a7131a25 Mon Sep 17 00:00:00 2001 From: DeadNews Date: Sun, 15 Dec 2024 14:53:05 +0800 Subject: [PATCH] ci(github): update `build-win` to `python:3.13` (#270) --- .github/workflows/main.yml | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 611d0fac..db03548c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -148,7 +148,7 @@ jobs: ASSET: ${{ github.event.repository.name }}_${{ github.ref_name }}_windows_amd64.zip BINARY: ${{ github.event.repository.name }}.exe NUITKA_CACHE_DIR: /cache/nuitka - PYTHON_VERSION: "3.12" + PYTHON_VERSION: "3.13" runs-on: windows-latest steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index a98fca4b..2fb80873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [3.0.5-alpha.1](https://github.com/DeadNews/images-upload-cli/compare/v3.0.4...v3.0.5-alpha.1) - 2024-12-15 + +### 🧹 Chores + +- _(config)_ migrate config .renovaterc.json ([#257](https://github.com/DeadNews/images-upload-cli/issues/257)) - ([c08f711](https://github.com/DeadNews/images-upload-cli/commit/c08f711911c91fff61bf65fd602961871b793db4)) + +### ⚙️ CI/CD + +- _(github)_ update `build-win` to `python:3.13` - ([d0f9d8a](https://github.com/DeadNews/images-upload-cli/commit/d0f9d8af61cd0f0d593468efc5e80c613c3201ab)) +- _(renovate)_ group `httpx` and `pytest-httpx` in one PR - ([b3fa5d5](https://github.com/DeadNews/images-upload-cli/commit/b3fa5d5459acd47c50e46d4cc08e25110b5c0fc0)) + +### ⬆️ Dependencies + +- _(deps)_ update httpx and pytest-httpx ([#269](https://github.com/DeadNews/images-upload-cli/issues/269)) - ([83324f7](https://github.com/DeadNews/images-upload-cli/commit/83324f7620ff7581a3f50453b4aef4ea723cb07a)) +- _(deps)_ update dependency loguru to v0.7.3 ([#264](https://github.com/DeadNews/images-upload-cli/issues/264)) - ([8713c43](https://github.com/DeadNews/images-upload-cli/commit/8713c430c4ef27ebadc412214a177416164c7050)) +- _(deps)_ update dependency rich to v13.9.4 ([#256](https://github.com/DeadNews/images-upload-cli/issues/256)) - ([c014852](https://github.com/DeadNews/images-upload-cli/commit/c014852bf9e01bfe2b26250f8b9885077d7e7451)) +- _(deps)_ update dependency rich to v13.9.3 ([#254](https://github.com/DeadNews/images-upload-cli/issues/254)) - ([8cba2ed](https://github.com/DeadNews/images-upload-cli/commit/8cba2edd268605f155499e38506f53a46385b863)) +- _(deps)_ update dependency pillow to v11 ([#252](https://github.com/DeadNews/images-upload-cli/issues/252)) - ([2c7aeb0](https://github.com/DeadNews/images-upload-cli/commit/2c7aeb0b7c6a913c8f8efe87ad1e0070f27d30cb)) + ## [3.0.4](https://github.com/DeadNews/images-upload-cli/compare/v3.0.3...v3.0.4) - 2024-10-11 ### 🐛 Bug fixes