Files
cull-gmail/PRLOG.md
2025-10-03 11:03:17 +01:00

2.4 KiB

Changelog

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.

Unreleased

Added

  • add command line interface with logging(pr #12)
  • add list subcommand(pr #13)
  • implement list api to retrieve gmail messages(pr #14)
  • implement list functionality for Gmail API(pr #15)
  • add max results option to list command(pr #18)
  • add pagination to list command(pr #19)

Changed

  • 🔧 chore(release)-update PRLOG replacements for release process(pr #9)
  • 🔧 chore(ci)-remove hardcoded version from CircleCI config(pr #10)
  • 🔧 chore(config)-update Cargo.toml with lints and library settings(pr #11)
  • Delete-client(pr #17)

Fixed

  • 🐛 list: remove debug print statement(pr #16)

0.0.1 - 2025-09-30

Changed

  • feat(lib)-add addition function with test(pr #2)
  • 👷 ci(config)-add version parameter to save_next_version job(pr #4)
  • 👷 ci(circleci)-fix version string format in config(pr #5)
  • 👷 ci(circleci)-add condition to version retrieval step(pr #6)
  • 🔧 chore(config)-comment out unused pre-release replacements(pr #7)
  • 📝 docs(CHANGELOG)-add initial changelog file(pr #8)