Compare commits

..

2 Commits

Author SHA1 Message Date
9c19891443 chore: update changelog 2026-02-18 03:21:19 +01:00
01de75871a feat: versionning 2026-02-18 03:21:15 +01:00
4 changed files with 11 additions and 4 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2026-02-18
### Changed
- massive code refactoring
- complete test suite revamp
## [0.1.6] - 2026-02-16
### Changed

View File

@@ -1,3 +1,3 @@
"""Auditui: Audible TUI client. One folder per module; all code lives inside module packages."""
"""Auditui: Audible TUI client"""
__version__ = "0.1.6"
__version__ = "0.2.0"

View File

@@ -1,6 +1,6 @@
[project]
name = "auditui"
version = "0.1.6"
version = "0.2.0"
description = "An Audible TUI client"
readme = "README.md"
requires-python = ">=3.10,<3.13"

2
uv.lock generated
View File

@@ -35,7 +35,7 @@ wheels = [
[[package]]
name = "auditui"
version = "0.1.6"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "audible" },