Skip to content

Commit d87a9e5

Browse files
committed
chore: Release git-dive version 0.1.1
1 parent 8b96f3d commit d87a9e5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.1.1] - 2023-03-16
11+
1012
### Documentation
1113

1214
- Slight tweak
1315

1416
## [0.1.0] - 2023-03-16
1517

1618
<!-- next-url -->
17-
[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.0...HEAD
19+
[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.1...HEAD
20+
[0.1.1]: https://github.com/gitext-rs/git-dive/compare/v0.1.0...v0.1.1
1821
[0.1.0]: https://github.com/gitext-rs/git-dive/compare/4c4c6c6ab7dd425a8c0fe3f29476e63b57e28d44...v0.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-dive"
33
description = "Dive into a file's history to find root cause"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/gitext-rs/git-dive"
77
documentation = "https://github.com/gitext-rs/git-dive"

0 commit comments

Comments
 (0)