1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-04-11 00:00:19 +02:00

[META] Bumps Archey to v4.14.0.1

This commit is contained in:
Samuel FORESTIER 2022-10-08 14:41:56 +02:00
parent 2061fc7536
commit 983f3b4cc6
3 changed files with 10 additions and 3 deletions

@ -7,6 +7,12 @@ and this project (partially) adheres to [Semantic Versioning](https://semver.org
## [Unreleased]
## [v4.14.0.1] - 2022-10-08
### Changed
- Fix warning related to "broken" `Custom` entry
- Fix `PermissionError` when opening restricted configuration files
- Prefer `macOS-latest` for unit tests in integration jobs matrix
## [v4.14.0.0] - 2022-09-22
### Breaking
- Project internal versioning update (v4.Y.Z -> 4.X.Y.Z)
@ -400,7 +406,8 @@ and this project (partially) adheres to [Semantic Versioning](https://semver.org
- Main bugs fixes
- Project officially forked from djmelik/archey
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.0...HEAD
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.1...HEAD
[v4.14.0.1]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.0...v4.14.0.1
[v4.14.0.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.4...v4.14.0.0
[v4.13.4]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.3...v4.13.4
[v4.13.3]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.2...v4.13.3

@ -128,7 +128,7 @@ pkg install archey4
```bash
# If you want the latest release :
wget -qO archey4.tar.gz "https://github.com/HorlogeSkynet/archey4/archive/v4.14.0.0.tar.gz"
wget -qO archey4.tar.gz "https://github.com/HorlogeSkynet/archey4/archive/v4.14.0.1.tar.gz"
tar xvzf archey4.tar.gz
cd archey4-*/

@ -1,3 +1,3 @@
"""Simple module storing the current project version"""
__version__ = "4.14.0.0"
__version__ = "4.14.0.1"