Skip to content

Commit 2ba1a53

Browse files
chore: bump version to 1.3.1
1 parent 335f34a commit 2ba1a53

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ The format is inspired by Keep a Changelog and this project follows Semantic Ver
1212

1313
### Changed
1414

15+
- (none yet)
16+
17+
### Fixed
18+
19+
- (none yet)
20+
21+
## 1.3.1 - 2026-04-12
22+
23+
### Added
24+
25+
- (none yet)
26+
27+
### Changed
28+
1529
- **Provider-agnostic `ModelConfig`** (#49): replaced `vitis_config: Option<VitisEpConfig>` with generic `backend_override: Option<String>` and `backend_config: HashMap<String, String>`. `VitisEpConfig` is retained as a CLI-level helper with `into_backend_config()` / `from_backend_config()` conversion methods.
1630
- **Vitis EP reads via `backend_config` map** (#50): `onnx_vitis` functions (`discover_ort_dylib_path`, `build_base_session_builder_with_provider`, `build_session_with_vitis_cascade`) now read config values from the generic `backend_config` map instead of the Vitis-specific struct.
1731
- **CPU EP unblocked by config refactor** (#51): `CpuBackend` and all non-Vitis callers now use `backend_override: None, backend_config: Default::default()`, removing any coupling to Vitis types.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010

1111
[workspace.package]
1212
edition = "2021"
13-
version = "1.3.0"
13+
version = "1.3.1"
1414
license = "MIT"
1515

1616
[workspace.dependencies]

docs/upgrades.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Notes
22

3-
## Unreleased
3+
## v1.3.1
44

55
### Breaking/visible changes
66

0 commit comments

Comments
 (0)