All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.2 (2026-06-29)
Bug Fixes
- deps: bump req from 0.5.18 to 0.6.1 (#15) (b5569a7)
- deps: bump req from 0.6.1 to 0.6.2 (#18) (0990909)
1.0.1 (2026-06-14)
Bug Fixes
1.0.0 (2026-04-19)
Initial release.
Features
- support for listing and fetching notes from the Granola API (fc97899)
Added
Granola.new/1— creates a configured API clientGranola.Notes.list/2— lists notes with optionalcreated_before,created_after,updated_after,cursor, andpage_sizefiltersGranola.Notes.get/3— fetches a single note by ID, with optional transcript viainclude: :transcriptGranola.Notes.stream/2— lazily paginates through all notes as aStream