Skip to content

Commit e930a6b

Browse files
committed
chore: bump version to v0.5.0
1 parent 41ae1e2 commit e930a6b

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0] - 2026-02-13
9+
10+
### Features
11+
12+
- feat: display profile avatar image with terminal graphics protocols (#23) ([41ae1e2](https://github.com/unhappychoice/steamfetch/commit/41ae1e2))
13+
14+
### Bug Fixes
15+
16+
- fix: improve error handling for API failures (#22) ([f076a6b](https://github.com/unhappychoice/steamfetch/commit/f076a6b))
17+
18+
### Other Changes
19+
20+
- chore: bump version to v0.5.0 ([2fb2ca5](https://github.com/unhappychoice/steamfetch/commit/2fb2ca5))
21+
22+
823
## [0.4.0] - 2026-02-06
924

1025
### Features
@@ -17,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1732

1833
### Other Changes
1934

20-
- chore: bump version to v0.4.0 ([ce34588](https://github.com/unhappychoice/steamfetch/commit/ce34588))
35+
- chore: bump version to v0.4.0 ([5d3be01](https://github.com/unhappychoice/steamfetch/commit/5d3be01))
2136
- docs: add screenshot image to README ([43955d7](https://github.com/unhappychoice/steamfetch/commit/43955d7))
2237

2338

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "steamfetch"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "neofetch for Steam - Display your Steam stats in terminal"
66
authors = ["unhappychoice"]

0 commit comments

Comments
 (0)