Skip to content

Commit 98efe93

Browse files
authored
docs(changelog): cut 0.1.0 release section (#38)
1 parent 0fe5ff0 commit 98efe93

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2026-06-05
11+
1012
### Added
1113

1214
- Ergonomic `Client` and `ClientBuilder` (`hotdata::Client`) wrapping the generated `Configuration`: set an API token and workspace id, with thin async pass-throughs for `query`, `list_query_runs`, `list_results`, `get_result`, and `list_workspaces`.
@@ -24,9 +26,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426
### Changed
2527

2628
- Regeneration is now safe for the hand-written ergonomic layer: the generator only overwrites generated subtrees (`src/apis`, `src/models`, `docs`) and skips `src/lib.rs`, `src/auth.rs`, `src/http_log.rs`, `src/arrow.rs`, `src/client.rs`, `src/resources.rs`, `src/field.rs`, and `Cargo.toml` via `.openapi-generator-ignore`. The regen-safety CI guard verifies all of these survive and stay wired into `lib.rs`.
27-
28-
## [0.1.0]
29-
30-
### Changed
31-
3229
- Initial generated client from the Hotdata OpenAPI spec.

0 commit comments

Comments
 (0)