Skip to content

Commit 0f63291

Browse files
author
Daniel Spiridonov
committed
chore: Edit CHANGELOG
1 parent 766655f commit 0f63291

File tree

5 files changed

+956
-2
lines changed

5 files changed

+956
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2026-04-12
9+
10+
### Added
11+
12+
- 23 tests for `AsyncSteamAuthClient` — coverage increased from 41% to 100%
13+
- 32 CLI integration tests via `typer.testing.CliRunner` — covers all game and user commands
14+
- `typer` and `aiolimiter` added to dev dependencies for test support
15+
16+
### Changed
17+
18+
- Overall test coverage increased from 89% to 90% (179 tests total)
19+
- Improved mkdocs theme: light/dark mode toggle, `Inter`/`JetBrains Mono` fonts, navigation tabs, code copy button, syntax highlighting, footer navigation
20+
821
## [0.1.0] - 2026-04-12
922

1023
### Added
@@ -69,4 +82,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6982
- 130 tests, 91% coverage
7083
- Pre-commit hooks: ruff lint + format, trailing whitespace, end-of-file fixer
7184

85+
[0.1.1]: https://github.com/cop1cat/steam-fetcher/releases/tag/v0.1.1
7286
[0.1.0]: https://github.com/cop1cat/steam-fetcher/releases/tag/v0.1.0

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "steam-fetcher"
33
description = "Typed Python client for Steam Store and Web API"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
requires-python = ">=3.12"
66
readme = "README.md"
77
license = {text = "MIT"}
@@ -60,6 +60,8 @@ dev = [
6060
"pytest-cov>=5.0.0",
6161
"respx>=0.21.0",
6262
"ruff>=0.15.4",
63+
"typer>=0.12.0",
64+
"aiolimiter>=1.1.0",
6365
]
6466
tests = [
6567
"pytest>=8.0.0",

0 commit comments

Comments
 (0)