Skip to content

Commit 3d7218d

Browse files
committed
Release v0.1.2: Code quality improvements
1 parent 2393aa8 commit 3d7218d

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121

2222
Download the latest release from [GitHub Releases](https://github.com/Cod-e-Codes/ignoregrets/releases):
2323

24-
#### Latest Stable (v0.1.0)
25-
- Windows: `ignoregrets_v0.1.0_windows_amd64.exe`
26-
- Linux: `ignoregrets_v0.1.0_linux_amd64`
27-
- macOS: `ignoregrets_v0.1.0_darwin_amd64`
28-
29-
#### Latest Pre-release (v0.1.1-pre)
30-
- Windows: `ignoregrets_v0.1.1-pre_windows_amd64.exe`
31-
- Linux: `ignoregrets_v0.1.1-pre_linux_amd64`
32-
- macOS: `ignoregrets_v0.1.1-pre_darwin_amd64`
24+
#### Latest Release (v0.1.2)
25+
- Windows: `ignoregrets_v0.1.2_windows_amd64.exe`
26+
- Linux: `ignoregrets_v0.1.2_linux_amd64`
27+
- macOS: `ignoregrets_v0.1.2_darwin_amd64`
28+
29+
#### Previous Releases
30+
- v0.1.1-pre (superseded)
31+
- v0.1.0
3332

3433
### From Source
3534

RELEASE_NOTES.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ignoregrets v0.1.1-pre
1+
# ignoregrets v0.1.2
22

3-
Pre-release update with code quality improvements.
3+
Patch release with code quality improvements.
44

55
## Changes
66

@@ -13,24 +13,32 @@ Pre-release update with code quality improvements.
1313
## Installation
1414

1515
### Windows
16-
1. Download `ignoregrets_v0.1.1-pre_windows_amd64.exe`
16+
1. Download `ignoregrets_v0.1.2_windows_amd64.exe`
1717
2. Rename to `ignoregrets.exe`
1818
3. Move to a directory in your PATH
1919

2020
### Linux
21-
1. Download `ignoregrets_v0.1.1-pre_linux_amd64`
22-
2. Make executable: `chmod +x ignoregrets_v0.1.1-pre_linux_amd64`
21+
1. Download `ignoregrets_v0.1.2_linux_amd64`
22+
2. Make executable: `chmod +x ignoregrets_v0.1.2_linux_amd64`
2323
3. Move to `/usr/local/bin/ignoregrets`
2424

2525
### macOS
26-
1. Download `ignoregrets_v0.1.1-pre_darwin_amd64`
27-
2. Make executable: `chmod +x ignoregrets_v0.1.1-pre_darwin_amd64`
26+
1. Download `ignoregrets_v0.1.2_darwin_amd64`
27+
2. Make executable: `chmod +x ignoregrets_v0.1.2_darwin_amd64`
2828
3. Move to `/usr/local/bin/ignoregrets`
2929

3030
For more information, see the [README](README.md).
3131

3232
---
3333

34+
# ignoregrets v0.1.1-pre
35+
36+
Pre-release update with code quality improvements.
37+
38+
[Superseded by v0.1.2]
39+
40+
---
41+
3442
# ignoregrets v0.1.0
3543

3644
Initial release of `ignoregrets`, a lightweight CLI tool for snapshotting and restoring Git-ignored files.

0 commit comments

Comments
 (0)