Skip to content

Commit 1fb7ef3

Browse files
committed
chore: Release git-fixture version 0.3.3
1 parent 5e78e95 commit 1fb7ef3

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.3] - 2023-09-01
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.70.0
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4446
## [0.1.0] - 2021-08-17
4547

4648
<!-- next-url -->
47-
[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.3.2...HEAD
49+
[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.3.3...HEAD
50+
[0.3.3]: https://github.com/gitext-rs/git-fixture/compare/v0.3.2...v0.3.3
4851
[0.3.2]: https://github.com/gitext-rs/git-fixture/compare/v0.3.1...v0.3.2
4952
[0.3.1]: https://github.com/gitext-rs/git-fixture/compare/v0.3.0...v0.3.1
5053
[0.3.0]: https://github.com/gitext-rs/git-fixture/compare/v0.2.7...v0.3.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
@@ -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.2"
22+
version = "0.3.3"
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)