Skip to content

Commit 1e76eca

Browse files
committed
chore: bump version 0.8.1a0
1 parent 8a10d2b commit 1e76eca

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
9+
## [0.8.1-alpha] - 2026-05-04
10+
11+
### Fixed
12+
13+
- Fixed info command return non backup info even metadata.json exist.
14+
815
## [0.8.0-alpha] - 2026-01-10
916

1017
### BREAKING CHANGES

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'AutoTarCompress'
3-
version = '0.8.0-alpha'
3+
version = '0.8.1-alpha'
44
license = { text = "GPL-3.0-or-later" }
55
description = 'The script compresses specific directories into tar files, and it is able to encrypt them using the OpenSSL Python library. It also allows for decryption and extraction of the created files.'
66
keywords = ["tar", "compress", "backup"]

uv.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.

0 commit comments

Comments
 (0)