# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.4.1](https://github.com/benpueschel/teatime/compare/0.4.0..0.4.1) - 2024-10-06 ### ๐Ÿš€ Features - Issue comments ### ๐Ÿ› Bug Fixes - *(comments)* Broken gitea api behavior ### โš™๏ธ Miscellaneous Tasks - Add license - Remove unused dependency ## [0.4.0](https://github.com/benpueschel/teatime/compare/0.3.0..0.4.0) - 2024-09-10 ### ๐Ÿš€ Features - Repo branch operations - List a users organizations - Create and list an organization's repos - Manage an organization's members - Manage an organization's public members ### ๐Ÿ› Bug Fixes - *(repos)* Add external_tracker and external_wiki ([#6](https://github.com/benpueschel/teatime/pull/6)) ## [0.3.0](https://github.com/benpueschel/teatime/compare/0.2.1..0.3.0) - 2024-09-07 ### ๐Ÿ’ฅ BREAKING CHANGES - due to [1d8c04f](https://github.com/benpueschel/teatime/commit/1d8c04fbee9173bfe5f91cb157ad427f09df5579) - move method to get a user into `users`: `client.user().get("username")` will now be `client.users("username").get()` ### ๐Ÿš€ Features - Add basic pull request support - Use impl traits in builder structs - Get and update current user's settings - Manage user's starred repos - Get a user's starred repos by username - Get a user's repos by username ### ๐Ÿšœ Refactor - Remove custom proc-macro - [**breaking**] Move method to get a user into `users` ### ๐Ÿงช Testing - Fix edit pr test ### โš™๏ธ Miscellaneous Tasks - Cargo update ## [0.2.1](https://github.com/benpueschel/teatime/compare/0.2.0..0.2.1) - 2024-09-05 ### ๐Ÿš€ Features - Basic organization support - Get current user's orgs - List the current user's access tokens ### ๐Ÿ› Bug Fixes - *(org)* Add tests and make them pass (oops) ### ๐Ÿงช Testing - *(org)* Add integration tests ### โš™๏ธ Miscellaneous Tasks - Release-plz workflow - Pretty changelogs :) - *(rust)* Only run if code changed ### Build - *(deps)* Bump quinn-proto in the cargo group across 1 directory