From 3c89f11efbf5b6bd5dc73b72874adecef1a2023f Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Sat, 30 May 2026 04:15:19 +0800 Subject: [PATCH] chore(main): release 0.2.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5009d882..dc12b961 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "dist/debian": "0.1.0", "dist/alpine": "0.1.0", - ".": "0.2.5" + ".": "0.2.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1140beaf..0f35f90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.6](https://github.com/snowdreamtech/UniRTM/compare/v0.2.5...v0.2.6) (2026-05-29) + + +### Bug Fixes + +* **ci:** configure git for LF on Windows to prevent pre-commit failures ([c8081f0](https://github.com/snowdreamtech/UniRTM/commit/c8081f000d4235d2b749f009f32aa8196181f29c)) +* **provider:** append installPath to python GetBinPaths on Windows for dll resolution ([5a0f7ea](https://github.com/snowdreamtech/UniRTM/commit/5a0f7ea0c0fd6ef6b690f09e6b6162aa24ba075f)) +* **provider:** fix python 0xc0000135 dll resolution error on windows ([53a7d22](https://github.com/snowdreamtech/UniRTM/commit/53a7d228c9592e5a0f5c023abdcf07e1a4c3491a)) + ## [0.2.5](https://github.com/snowdreamtech/UniRTM/compare/v0.2.4...v0.2.5) (2026-05-29)