Skip to content

Commit 79a5c3c

Browse files
committed
Bump version 0.3.0
1 parent 2e63b16 commit 79a5c3c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# TSPF - CHANGELOG
22

3+
## Version 0.3.0
4+
- Implement parsing for ATSP, CVRSP, SOP and TOUR files
5+
- Implement distance functions
6+
- Simplify getter api in struct Tsp
7+
38
## Version 0.2.0
49
- Parse HCP files
510
- Iterator for node coordinates, display coordinates, fixed edges and edge weights

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tspf"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["1crcbl <1crcbl@protonmail.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)