Skip to content

Commit 079936e

Browse files
committed
chore(release): 0.5.15
1 parent 439b58c commit 079936e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.5.15](///compare/v0.5.14...v0.5.15) (2026-03-11)
6+
57
## [0.5.14](///compare/v0.5.13...v0.5.14) (2026-03-11)
68

79

crates/solverforge/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ pub use solverforge_solver::{
8787

8888
pub mod cvrp {
8989
pub use solverforge_cvrp::{
90-
MatrixDistanceMeter, MatrixIntraDistanceMeter, ProblemData, VrpSolution,
91-
assign_route, capacity, depot_for_cw, depot_for_entity, distance,
92-
element_load, get_route, is_kopt_feasible, is_time_feasible, set_route,
90+
assign_route, capacity, depot_for_cw, depot_for_entity, distance, element_load, get_route,
91+
is_kopt_feasible, is_time_feasible, set_route, MatrixDistanceMeter,
92+
MatrixIntraDistanceMeter, ProblemData, VrpSolution,
9393
};
9494
}
9595

0 commit comments

Comments
 (0)