Skip to content

Releases: zurawiki/gptcommit

v0.5.16

30 Jan 15:11
Compare
Choose a tag to compare

v0.5.14

17 Oct 02:23
Compare
Choose a tag to compare

What's Changed

  • Update DEFAULT_FILES_TO_IGNORE with new lock files by @zurawiki in #248

Full Changelog: v0.5.13...v0.5.14

v0.5.13

02 Sep 03:32
Compare
Choose a tag to compare
Bump version patch to "0.5.13"

v0.5.12

02 Sep 03:25
Compare
Choose a tag to compare

What's Changed

  • Update MSRV to 1.72
  • Update dependencies
  • chore(deps): bump strum_macros from 0.25.1 to 0.25.2 by @dependabot in #207
  • chore(deps): bump regex from 1.9.1 to 1.9.3 by @dependabot in #206
  • Add repository settings by @zurawiki in #214

Full Changelog: v0.5.11...v0.5.12

v0.5.11

01 Aug 04:50
Compare
Choose a tag to compare

Fixes bug #202: you didn't provide an API key

What's Changed

Full Changelog: v0.5.10...v0.5.11

v0.5.10

05 Jul 14:35
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump strum_macros from 0.24.3 to 0.25.0 by @dependabot in #176
  • chore(deps): bump strum from 0.24.1 to 0.25.0 by @dependabot in #175
  • chore(deps): bump actions/github-script from 6.4.0 to 6.4.1 by @dependabot in #182
  • Disable model and key checks with custom API base by @zurawiki in #189

Full Changelog: v0.5.9...v0.5.10

v0.5.9

17 Jun 15:40
Compare
Choose a tag to compare

What's new

Support for gpt-3.5.-turbo 16k models

Now supported with new releases of tiktoken-rs v0.4.3 and gptcommit v0.5.9

You can update your config to use the larger model with

gptcommit config set openai.model gpt-3.5-turbo-16k

What's Changed

  • Update dependencies
  • Add keep-alive and faster HTTP2 connects by @zurawiki in #173

Full Changelog: v0.5.8...v0.5.9

v0.5.8

24 Apr 19:09
Compare
Choose a tag to compare

What's Changed

  • fix: Fix winget.yml run workspace and fix build.ps can't install wingetcreate by @SinnoSong in #141
  • chore(deps): bump h2 from 0.3.16 to 0.3.17 by @dependabot in #143

Full Changelog: v0.5.7...v0.5.8

v0.5.7

06 Apr 04:21
Compare
Choose a tag to compare

What's Changed

  • feat: Add Winget package option by @SinnoSong in #137
  • ci: Add Winget build trigger to GitHub Actions workflows by @zurawiki in #138
  • chore: Update dependency to include async-openai feature. by @j178 in #139

New Contributors

  • @j178 made their first contribution in #139

Full Changelog: v0.5.6...v0.5.7

v0.5.6

03 Apr 02:11
Compare
Choose a tag to compare

Fix binaries not being generated for #136