Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
Update README.md and add release_notes.rst
  • Loading branch information
dormant-user committed Jan 5, 2025
1 parent 8ed6e8d commit c7aa8b7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ pyarchitecture all

> Use `pyarchitecture --help` for usage instructions.
## [Release Notes][release-notes]
**Requirement**
```shell
python -m pip install gitverse
```

**Usage**
```shell
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
```

## Linting
`pre-commit` will ensure linting

Expand Down Expand Up @@ -91,3 +102,4 @@ Licensed under the [MIT License][license]
[pypi]: https://pypi.org/project/PyArchitecture
[pypi-files]: https://pypi.org/project/PyArchitecture/#files
[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/
[release-notes]: https://github.com/thevickypedia/PyArchitecture/blob/main/release_notes.rst
2 changes: 1 addition & 1 deletion pyarchitecture/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from pyarchitecture import cpu, disks, gpu, memory

version = "0.2.1"
version = "0.3.0"


def all_components() -> Dict[str, Any]:
Expand Down
27 changes: 27 additions & 0 deletions release_notes.rst
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

0 comments on commit c7aa8b7

Please sign in to comment.