Skip to content

Commit 8aef449

Browse files
committed
chore: Release git-dive version 0.1.5
1 parent fba71e8 commit 8aef449

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,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.1.5] - 2023-03-18
11+
1012
### Fixes
1113

1214
- Don't crash when highlighting javascript
@@ -38,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3840
## [0.1.0] - 2023-03-16
3941

4042
<!-- next-url -->
41-
[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.4...HEAD
43+
[Unreleased]: https://github.com/gitext-rs/git-dive/compare/v0.1.5...HEAD
44+
[0.1.5]: https://github.com/gitext-rs/git-dive/compare/v0.1.4...v0.1.5
4245
[0.1.4]: https://github.com/gitext-rs/git-dive/compare/v0.1.3...v0.1.4
4346
[0.1.3]: https://github.com/gitext-rs/git-dive/compare/v0.1.2...v0.1.3
4447
[0.1.2]: https://github.com/gitext-rs/git-dive/compare/v0.1.1...v0.1.2

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.4"
4+
version = "0.1.5"
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)