Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dist/debian": "0.1.0",
"dist/alpine": "0.1.0",
".": "0.2.5"
".": "0.2.6"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Loading