Skip to content

Commit b401472

Browse files
committed
chore: Release git-fixture version 0.3.6
1 parent 1ef32aa commit b401472

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.3.6] - 2025-07-10
11+
1012
### Internal
1113

1214
- Update toml
@@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5961
## [0.1.0] - 2021-08-17
6062

6163
<!-- next-url -->
62-
[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.3.5...HEAD
64+
[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.3.6...HEAD
65+
[0.3.6]: https://github.com/gitext-rs/git-fixture/compare/v0.3.5...v0.3.6
6366
[0.3.5]: https://github.com/gitext-rs/git-fixture/compare/v0.3.4...v0.3.5
6467
[0.3.4]: https://github.com/gitext-rs/git-fixture/compare/v0.3.3...v0.3.4
6568
[0.3.3]: https://github.com/gitext-rs/git-fixture/compare/v0.3.2...v0.3.3

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
@@ -98,7 +98,7 @@ lto = true
9898
[package]
9999
name = "git-fixture"
100100
description = "Reproducible git trees for bug reporting and testing"
101-
version = "0.3.5"
101+
version = "0.3.6"
102102
documentation = "https://docs.rs/git-fixture"
103103
categories = ["command-line-interface", "development-tools"]
104104
keywords = ["git", "cli"]

0 commit comments

Comments
 (0)