Skip to content

Commit d1a0ce7

Browse files
committed
Test release
1 parent e83c402 commit d1a0ce7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2023-04-04
9+
10+
Test release
11+
812
## [0.1.1] - 2023-04-04
913

1014
### Added
@@ -47,6 +51,7 @@ This release marks the first full realization of project's description.
4751

4852
- 'None
4953

54+
[0.1.2]: https://github.com/mbrav/git_raider/compare/0.1.1...0.1.2
5055
[0.1.1]: https://github.com/mbrav/git_raider/compare/0.1.0...0.1.1
5156
[0.1.0]: https://github.com/mbrav/git_raider/compare/0.0.3...0.1.0
5257
[0.0.3]: https://github.com/mbrav/git_raider/compare/0.0.2...0.0.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git_raider"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
descripion = "Mass git repository search, replace and commit tool"
55
authors = ["mbrav <mbrav@protonmail.com>"]
66
edition = "2021"

0 commit comments

Comments
 (0)