-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md and add release_notes.rst
- Loading branch information
1 parent
8ed6e8d
commit c7aa8b7
Showing
3 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Release Notes | ||
============= | ||
|
||
v0.3.0 (01/05/2025) | ||
------------------- | ||
- Uses `shutil` to gather default library paths | ||
|
||
v0.2.1 (01/05/2025) | ||
------------------- | ||
- Uses `diskutil list` as a backup option for macOS | ||
|
||
v0.2.0 (01/05/2025) | ||
------------------- | ||
- Cast `mountpoints` as a `list` by default | ||
|
||
v0.1.1 (01/05/2025) | ||
------------------- | ||
- Removed CPU cores' information | ||
|
||
v0.1.0 (01/05/2025) | ||
------------------- | ||
- Improves consistency in casing and logging | ||
- Includes swap memory info for Linux and virtual memory for macOS | ||
|
||
v0.0.1 (01/05/2025) | ||
------------------- | ||
- Base architecture information via CLI including CPU, memory and disks' information |