Skip to content

Commit 50ef1f7

Browse files
committed
Extract library gleisbau from git-graph
1 parent 87b4473 commit 50ef1f7

9 files changed

Lines changed: 75 additions & 1165 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12-
REPO: git-graph
12+
REPO: gleisbau
1313

1414
jobs:
1515
release:

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [0.7.1] - 2026-02-09
10+
11+
### Added
12+
13+
- A CHANGELOG.md file.
14+
15+
### Changed
16+
17+
- Extract library to its own crate named "gleisbau".
18+
19+
### Removed
20+
21+
- git-graph main.rs and dependencies.
22+
- Instructions related to the command line tool git-graph.
23+
24+
25+
## [0.7.0] - 2015-11-14
26+
27+
Last release where library is part of git-graph.

Cargo.lock

Lines changed: 14 additions & 205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)