Skip to content

Commit 87a5f5f

Browse files
committed
chore: Release git-fixture version 0.3.4
1 parent 8d845ad commit 87a5f5f

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.4] - 2023-09-01
11+
1012
## [0.3.3] - 2023-09-01
1113

1214
### Compatibility
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4648
## [0.1.0] - 2021-08-17
4749

4850
<!-- next-url -->
49-
[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.3.3...HEAD
51+
[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.3.4...HEAD
52+
[0.3.4]: https://github.com/gitext-rs/git-fixture/compare/v0.3.3...v0.3.4
5053
[0.3.3]: https://github.com/gitext-rs/git-fixture/compare/v0.3.2...v0.3.3
5154
[0.3.2]: https://github.com/gitext-rs/git-fixture/compare/v0.3.1...v0.3.2
5255
[0.3.1]: https://github.com/gitext-rs/git-fixture/compare/v0.3.0...v0.3.1

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
@@ -19,7 +19,7 @@ include = [
1919
[package]
2020
name = "git-fixture"
2121
description = "Reproducible git trees for bug reporting and testing"
22-
version = "0.3.3"
22+
version = "0.3.4"
2323
repository = "https://github.com/gitext-rs/git-fixture.git"
2424
documentation = "https://docs.rs/git-fixture"
2525
categories = ["command-line-interface", "development-tools"]

0 commit comments

Comments
 (0)