Decode the protobuf wire format in Gleam! protobin.hexdocs.pm/
gleam protobuf
3

Configure Feed

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

Create CHANGELOG.md

Gavin Morrow (Oct 1, 2025, 2:26 PM EDT) 30edff65 747c231e

+16
+16
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + All notable changes to this project will be documented in this file. 4 + 5 + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 + and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 + 8 + ## Unreleased 9 + 10 + ### Added 11 + 12 + - Decoder for bools (`decode_bool()`) 13 + 14 + ## v1.0.0 - 2025-09-29 15 + 16 + - Initial version.