Changelog¶
All notable changes to this project will be documented in this file. See Keep a CHANGELOG for how to update this file. This project adheres to Semantic Versioning.
0.1.5 (2026-05-21)¶
Bug Fixes¶
- correct falsy config check and prevent CLI logger handler leak (de5999a)
- types: resolve mypy strict and pyright errors (537314f)
Documentation¶
- correct tox config location and class name in CLAUDE.md (7282b30)
0.1.4 (2026-05-20)¶
Bug Fixes¶
- deps: Bump idna from 3.11 to 3.15 (#116) (9d3882c)
- deps: Bump pymdown-extensions from 10.21.2 to 10.21.3 (#115) (35649ca)
- deps: Bump urllib3 from 2.6.3 to 2.7.0 (#113) (1aa672d)
0.1.3 (2026-04-12)¶
Bug Fixes¶
- deps: bump werkzeug from 3.1.3 to 3.1.4 (9c6cc10)
- deps: bump flask from 3.11 to 3.1.3, werkzeug from 3.1.4 to 3.1.6 (9c6cc10)
0.1.2 (2025-08-28)¶
Dependencies¶
Documentation¶
- use macros to reuse content in documentation (#5)
- add entries for previous releases to changelog (623ccdc, 292ee56)
0.1.1.post1 (2025-06-16)¶
Fixed¶
- Fixed CLI tests for Windows.
- Reduced permissions for GitHub Actions workflow jobs.
- Configured automatic building and publishing of package documentation.
0.1.1 (2025-06-16)¶
Fixed¶
- Resolved type errors with CLI commands.
- Updated CLI commands to handle Quart's asynchronous app contexts.
0.1.0 (2025-06-04)¶
Initial release, forked from Flask-Assets v2.1.1.
For the most up-to-date changelog, see CHANGELOG.md in the repository.