Skip to content

Commit

Permalink
0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrav committed Apr 8, 2023
1 parent ea7a363 commit 765e238
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] - 2023-04-08

## Added

- Checkout and commit error checks;
- Stage only files that were matched rather than staging all files before creating a commit.

## [0.1.3] - 2023-04-07

## Changed
Expand Down Expand Up @@ -57,6 +64,7 @@ This release marks the first full realization of project's description.

- 'None

[0.1.4]: https://github.com/mbrav/git_raider/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/mbrav/git_raider/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/mbrav/git_raider/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/mbrav/git_raider/compare/0.1.0...0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git_raider"
version = "0.1.3"
version = "0.1.4"
descripion = "Mass git repository search, replace and commit tool"
authors = ["mbrav <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit 765e238

Please sign in to comment.