···11+# Changelog
22+33+All notable changes to this project will be documented in this file.
44+55+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77+88+## [0.1.0] - 2026-04-01
99+1010+### Added
1111+1212+- Initial Pocketenv Gleam client library
1313+- `new_client` function for creating a configured HTTP client
1414+- Sandbox API support via `ConnectedSandbox`
1515+- JSON-based request/response handling using `gleam_json`
1616+- HTTP client integration via `gleam_http` and `gleam_httpc`
+6-1
gleam.toml
···11name = "pocketenv"
22-version = "1.0.0"
22+version = "0.1.0"
33+44+description = "Gleam SDK for Pocketenv"
55+licences = ["MIT"]
66+repository = { type = "github", user = "pocketenv-io", repo = "pocketenv-gleam" }
77+links = [{ title = "Website", href = "https://pocketenv.io" }]
3849# Fill out these fields if you intend to generate HTML documentation or publish
510# your project to the Hex package manager.