Release: 0.1.4 – README formatting fixes; publish to PyPI

This commit is contained in:
d-k-patel
2025-08-19 16:41:34 +05:30
parent 2690fa6ba0
commit 6813044c4d
2 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Documentation updates clarifying correct usage of global options and subcommands. Added examples for `nl` subcommand and a note to avoid invoking the binary twice.
## [0.1.4] - 2025-08-19
### Documentation
- Fix README first command section formatting (interactive vs one-shot examples) and minor spacing in table snippet.
## [0.1.0] - 2024-01-XX
### Added

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ai-ffmpeg-cli"
version = "0.1.3"
version = "0.1.4"
description = "AI-powered CLI that translates natural language to safe ffmpeg commands"
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }