Skip to content

Commit

Permalink
[META] Bumps Archey to v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Aug 29, 2021
1 parent dc2c7cb commit ed72ac4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project (partially) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v4.13.0] - 2021-08-29
### Added
- Official NetBSD support
- Archey official logo (CC-BY Brume)
- Archey official project logo (CC-BY Brume)
- Protected `_logger` attribute for `Entry` objects
- PEP-561 compliance (Distributing and Packaging Type Information)

### Changed
- Logos are now right-padding "unaware"
- Fix Pop!\_OS logo (reverted) coloration
- Fix `sensors_chipsets` option (when containing multiple values)
- Fix potential configuration file encoding issues on Windows platforms
- Improve logging style of multiple lines `sensors` error messages
- Extend Android system auto-detection (as CPython standard library does)

### Fixed
- `sensors_chipsets` option (when containing multiple values)

## [v4.12.0] - 2021-05-08
### Added
- `Kernel` name
Expand Down Expand Up @@ -331,7 +332,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.12.0...HEAD
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.0...HEAD
[v4.13.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.12.0...v4.13.0
[v4.12.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.11.0...v4.12.0
[v4.11.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.10.0...v4.11.0
[v4.10.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.9.0...v4.10.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ brew install archey4

```bash
# If you want the latest release :
LATEST_VERSION="v4.12.0"
LATEST_VERSION="v4.13.0"
wget "https://github.com/HorlogeSkynet/archey4/archive/${LATEST_VERSION}.tar.gz"
tar xvzf "${LATEST_VERSION}.tar.gz"
cd "archey4-${LATEST_VERSION}/"
Expand Down
2 changes: 1 addition & 1 deletion archey/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Simple module storing the current project version"""

__version__ = 'v4.12.0'
__version__ = 'v4.13.0'

0 comments on commit ed72ac4

Please sign in to comment.