Skip to content

Commit

Permalink
[META] Bumps Archey to v4.14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Apr 6, 2024
1 parent d5fc44d commit ac4285a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ 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.14.3.0] - 2024-04-06
### Added
- Official Armbian distribution support
- Official EndeavourOS distribution support
- (Nerd Fonts) icons for entries support
- Display server protocol to `WindowManager`
- New Red Hat logo "The Hat"

Expand Down Expand Up @@ -440,7 +444,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.2.0...HEAD
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.3.0...HEAD
[v4.14.3.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.2.0...v4.14.3.0
[v4.14.2.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.1.0...v4.14.2.0
[v4.14.1.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.1...v4.14.1.0
[v4.14.0.1]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.0...v4.14.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0.tar.gz"
wget -qO archey4.tar.gz "https://github.com/HorlogeSkynet/archey4/archive/v4.14.3.0.tar.gz"
tar xvzf archey4.tar.gz
cd archey4-*/

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__ = "4.14.2.0"
__version__ = "4.14.3.0"

0 comments on commit ac4285a

Please sign in to comment.