Skip to content

Commit e82004c

Browse files
committed
add .cache to .gitignore
1 parent 440aa46 commit e82004c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ src/redfetch/__about__.py
3333

3434
# Database files
3535
*.db
36+
.cache/
3637

3738
# Environment file
3839
.env

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [1.5.0] - 2026-07-20
8+
## [1.5.0] - 2026-07-21
99

1010
### Added
1111
- Background updates triggered on each launch of "Very Vanilla MQ", so you no longer have to look at redfetch. Credit: all the TUI haters

0 commit comments

Comments
 (0)