Skip to content

Commit f64dcff

Browse files
committed
Update CHANGELOG and version to 0.2.0 for image modality support
- Added vision modality support for image analysis with structured JSON responses. - Included support for local image files and image URLs, along with automatic base64 encoding and MIME type detection. - Updated version in pyproject.toml to reflect new features.
1 parent a8f1b53 commit f64dcff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [0.2.0] - 2025-02-27
9+
10+
### Added
11+
- Vision modality support: analyze images and get structured JSON responses
12+
- Support for image files (local) and image URLs
13+
- Automatic base64 encoding for local image files
14+
- Image MIME type detection and handling
15+
816
## [0.1.0] - 2025-12-27
917

1018
### Added

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 = "0.1.0"
3+
version = "0.2.0"
44
description = "A minimal CLI tool that turns natural language into instant APIs."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)