Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/.last_bumped_modules
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http
4 changes: 0 additions & 4 deletions .changeset/change-20260126-10:38:46.yml

This file was deleted.

5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: generate generate-types generate-http test format format-check typecheck install clean help changeset changeset-status changeset-version changeset-changelog build
.PHONY: generate generate-types generate-http test format format-check typecheck install clean help changeset changeset-status changeset-version changeset-changelog build prepare-release

help:
@echo "Available commands:"
Expand Down Expand Up @@ -86,3 +86,6 @@ changeset-version:
changeset-changelog:
@python changesets/manage.py changelog

prepare-release: changeset-version changeset-changelog build
@echo "✅ Release preparation complete"

7 changes: 7 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.1.0 — 2026-03-09

### Minor Changes
- Initial release

2 changes: 1 addition & 1 deletion packages/http/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "turnkey-http"
version = "0.0.0"
version = "0.1.0"
description = "HTTP client for Turnkey API"
readme = "README.md"
requires-python = ">=3.8"
Expand Down