Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Nov 6, 2024
1 parent 8ad65ad commit 7f5d251
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1 (2024-11-06)

This is a patch release to update the Go module to v2. It contains no new
features.

## 2.0.0 (2024-11-03)

### New features
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func CreateCLIApp(r io.Reader, w io.Writer) *cli.App {
Usage: `f2 bulk renames files and directories, matching files against a specified
pattern. It employs safety checks to prevent accidental overwrites and
offers several options for fine-grained control over the renaming process.`,
Version: "v2.0.0",
Version: "v2.0.1",
EnableBashCompletion: true,
Flags: []cli.Flag{
flagCSV,
Expand Down
2 changes: 1 addition & 1 deletion app/app_test/testdata/help_stdout.golden
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
f2 v2.0.0
f2 v2.0.1
Ayooluwa Isaiah <[email protected]>

f2 bulk renames files and directories, matching files against a specified
Expand Down
4 changes: 2 additions & 2 deletions app/app_test/testdata/version_stdout.golden
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
f2 version v2.0.0
https://github.com/ayoisaiah/f2/releases/v2.0.0
f2 version v2.0.1
https://github.com/ayoisaiah/f2/releases/v2.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ayoisaiah/f2",
"version": "2.0.0",
"version": "2.0.1",
"description": "F2 is a command-line tool for batch renaming multiple files and directories quickly and safely",
"main": "index.js",
"repository": "https://github.com/ayoisaiah/f2",
Expand Down

0 comments on commit 7f5d251

Please sign in to comment.