mirror of
https://github.com/d-k-patel/ai-ffmpeg-cli.git
synced 2025-10-09 13:42:56 +03:00
Release: 0.1.4 – README formatting fixes; publish to PyPI
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user