Skip to content

Commit 5da8257

Browse files
committed
chore(release): bump version to 1.1.1 and update changelog
* Added new functions for API response generation: - `generate_api_response` - `build_payload` - `build_headers` * Introduced a system prompt constant for maintainability * Refactored main function for improved clarity and organization
1 parent 70809d1 commit 5da8257

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.1.1] - 2025-12-28
9+
10+
### Added
11+
- `generate_api_response` function to streamline API response generation using OpenAI format
12+
- `build_payload` function for better organization of request payload construction
13+
- `build_headers` function for better organization of request headers construction
14+
- System prompt constant variable for improved maintainability
15+
16+
### Changed
17+
- Refactored main function to utilize new response generation logic for enhanced code clarity
18+
- Improved code organization and maintainability through function extraction
19+
820
## [1.1.0] - 2025-12-28
921

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

0 commit comments

Comments
 (0)