Skip to content

Commit e83c402

Browse files
committed
0.1.1
1 parent b69d73e commit e83c402

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1] - 2023-04-04
9+
10+
### Added
11+
12+
- Added `--push` tag (not yet functional)
13+
- Added unittest to `raider.rs`
14+
815
## [0.1.0] - 2023-04-03
916

1017
This release marks the first full realization of project's description.
@@ -40,6 +47,7 @@ This release marks the first full realization of project's description.
4047

4148
- 'None
4249

50+
[0.1.1]: https://github.com/mbrav/git_raider/compare/0.1.0...0.1.1
4351
[0.1.0]: https://github.com/mbrav/git_raider/compare/0.0.3...0.1.0
4452
[0.0.3]: https://github.com/mbrav/git_raider/compare/0.0.2...0.0.3
4553
[0.0.2]: https://github.com/mbrav/git_raider/compare/0.0.1...0.0.2

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.0"
3+
version = "0.1.1"
44
descripion = "Mass git repository search, replace and commit tool"
55
authors = ["mbrav <mbrav@protonmail.com>"]
66
edition = "2021"

0 commit comments

Comments
 (0)