Compare commits
2 Commits
e88dcee155
...
9c19891443
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c19891443 | |||
| 01de75871a |
@@ -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/),
|
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).
|
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
|
## [0.1.6] - 2026-02-16
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "auditui"
|
name = "auditui"
|
||||||
version = "0.1.6"
|
version = "0.2.0"
|
||||||
description = "An Audible TUI client"
|
description = "An Audible TUI client"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10,<3.13"
|
requires-python = ">=3.10,<3.13"
|
||||||
|
|||||||
Reference in New Issue
Block a user