Skip to content

Releases: benpueschel/teatime

v0.6.0

03 Sep 11:16
dfc6b54

Choose a tag to compare

🚀 Features

  • (repos) Get repository content (#19)
  • (repos) Add file operations (#20)
  • (repos) Generate repository from template (#21)

v0.5.1

28 Apr 13:41
057118e

Choose a tag to compare

🐛 Bug Fixes

  • Gh action cache migration

Build

  • (deps) Bump tokio in the cargo group across 1 directory (#17)
  • (deps) Bump tokio in the cargo group across 1 directory (#18)

v0.5.0

12 Jan 20:09
cd82f11

Choose a tag to compare

💥 BREAKING CHANGES

  • due to 9d83db7 - add option to the pulls model (#9):
    add option to the pulls model (#9)

🚀 Features

  • Add request get reviews (#10)

🐛 Bug Fixes

  • [breaking] Add option to the pulls model (#9)

⚙️ Miscellaneous Tasks

  • Cargo update

v0.4.1

15 Oct 11:55
a828f37

Choose a tag to compare

🚀 Features

  • Issue comments

🐛 Bug Fixes

  • (comments) Broken gitea api behavior

⚙️ Miscellaneous Tasks

  • Add license
  • Remove unused dependency

v0.4.0

10 Sep 12:43
f926543

Choose a tag to compare

🚀 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)

v0.3.0

07 Sep 13:33

Choose a tag to compare

💥 BREAKING CHANGES

  • due to 1d8c04f - 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

v0.2.1

05 Sep 18:57

Choose a tag to compare

🚀 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