File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 id : cache-build
1717 uses : actions/cache@v3
1818 with :
19- path : src/ target
19+ path : target
2020 key : ${{ runner.os }}-build
2121
2222 - name : Cargo Test
2323 run : |
24- cargo test --release
24+ cargo test
2525
2626 # - name: Cargo Clippy
2727 # run: |
28- # cargo clippy --release -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used
28+ # cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used
2929
3030 - name : Cargo Build Binary
3131 run : |
Original file line number Diff line number Diff line change @@ -5,11 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.0.2] - 2023-04-01
9+
10+ ### Fixed
11+
12+ - Applied some ` clippy ` recommendations
13+ - Fixed GitHub actions cache for * target/* directory
14+
815## [ 0.0.1] - 2023-04-01
916
1017### Added
1118
12- - Add project
19+ - Add project
1320
1421### Removed
1522
@@ -19,5 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1926
2027- 'None
2128
22- <!-- [0.1.1 ]: https://github.com/mbrav/git_raider/compare/0.0.1...0.0.2 -->
23- [ 0.0.1 ] : https://github.com/mbrav/git_raider/releases/tag/0.0.1
29+ [ 0.0.2 ] : https://github.com/mbrav/git_raider/compare/0.0.1...0.0.2
30+ [ 0.0.1 ] : https://github.com/mbrav/git_raider/releases/tag/0.0.1
Original file line number Diff line number Diff line change 11[package ]
22name = " git_raider"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44descripion = " Mass git repository search, replace and commit tool"
55authors = [" mbrav <mbrav@protonmail.com>" ]
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments