Skip to content

Commit fc3ee8b

Browse files
committed
chore(release): bump version to 1.1.3 and update changelog
1 parent e0710b2 commit fc3ee8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.3] - 2025-12-30
9+
10+
### Added
11+
- **README:** Note warning that some API providers may require base64-encoded images (local files) instead of image URLs; added example commands (curl/wget) to download images and use local files with `ask2api`.
12+
813
## [1.1.2] - 2025-12-28
914

1015
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ask2api"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "A minimal CLI tool that turns natural language into instant APIs."
55
readme = "README.md"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)