Gleam SDK for Pocketenv
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump package version to 1.0.0

Update CHANGELOG and gleam.toml to reflect the release.

+2 -2
+1 -1
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## [0.1.0] - 2026-04-01 8 + ## [1.0.0] - 2026-04-01 9 9 10 10 ### Added 11 11
+1 -1
gleam.toml
··· 1 1 name = "pocketenv" 2 - version = "0.1.0" 2 + version = "1.0.0" 3 3 4 4 description = "Gleam SDK for Pocketenv" 5 5 licences = ["MIT"]