Skip to content

Commit 68662f0

Browse files
committed
chore(release): update version to 1.0.0 and enhance changelog
* Update version in pyproject.toml to 1.0.0 * Add notable changes to CHANGELOG.md for version 1.0.0
1 parent 02d3435 commit 68662f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0.0] - 2025-12-27
9+
10+
### Added
11+
- Example input support: `-e` option to accept JSON examples directly without schema files
12+
- Dynamic schema generation from JSON examples via `convert_example_to_schema` function
13+
- Support for complex nested structures with automatic type inference
14+
- Type hints mapping for common type names (string, int, float, bool, array, object)
15+
16+
### Changed
17+
- Schema input is now optional when using `-e` flag
18+
- Made `-sf` and `-e` mutually exclusive options
19+
820
## [0.3.0] - 2025-12-27
921

1022
### Changed

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.3.0"
3+
version = "1.0.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)