Skip to content

Commit f763ae4

Browse files
committed
Increment version to 0.7.3
1 parent 096724b commit f763ae4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [unreleased]
1010

1111

12+
## [0.7.3] - 2026-05-01
13+
14+
### Changed
15+
16+
- (BREAKING) GitGraph is split into TrackMap, TrackLayout, and LabelMap.
17+
WARNING: This was a major refactoring so the code may still have some bugs.
18+
19+
1220
## [0.7.2] - 2026-04-14
1321

1422
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleisbau"
3-
version = "0.7.3-alpha"
3+
version = "0.7.3"
44
authors = [
55
"Martin Lange <martin_lange_@gmx.net>",
66
"Peer Sommerlund <peer.sommerlund@gmail.com>",

0 commit comments

Comments
 (0)