Skip to content

Commit 4c3bc90

Browse files
committed
chore: Release git2-ext version 0.2.0
1 parent b664f0b commit 4c3bc90

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.2.0] - 2023-01-05
11+
1012
### Breaking changes
1113

1214
- `reword` and `squash` gained `sign` argument. Pass `None` to get the old behavior
@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6365
- Wrappers around git hooks
6466

6567
<!-- next-url -->
66-
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.1.0...HEAD
68+
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.2.0...HEAD
69+
[0.2.0]: https://github.com/gitext-rs/git2-ext/compare/v0.1.0...v0.2.0
6770
[0.1.0]: https://github.com/gitext-rs/git2-ext/compare/v0.0.7...v0.1.0
6871
[0.0.7]: https://github.com/gitext-rs/git2-ext/compare/v0.0.6...v0.0.7
6972
[0.0.6]: https://github.com/gitext-rs/git2-ext/compare/v0.0.5...v0.0.6

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,6 +1,6 @@
11
[package]
22
name = "git2-ext"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "git2 Extensions"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/gitext-rs/git2-ext.git"

0 commit comments

Comments
 (0)