Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebimarkgraf committed Jun 18, 2024
1 parent 3926813 commit 6359520
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## 0.1.0 (2024-06-18)


### Features

* Add basic docker setup ([5bf36b6](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/5bf36b626168d47aa927a9a287c483c349b5a4de))
* Add basic twilio setup ([da11702](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/da1170204ca9ca07407c103c0dc010c366e0e228))
* Add configurable summarize model based on ollama ([0e75272](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/0e7527234dba162feec69025f0f8016713448073))
* Add fastapi ([e80111b](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/e80111bda1edea6501a8bfa5298387453ca6461e))
* Add predict endpoint ([a0ba5e0](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/a0ba5e0fd31b46f4d0e2bcef00eeb6fd67ab6a88))
* Add project template ([b727fba](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/b727fbab95b5cc186b57b294c1701499bbefa352))
* Add splitting of long text messages ([3926813](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/3926813eb6a2a8f8f80d9a2a598d9d20d7280402))
* Add summarizer ([8f81a89](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/8f81a89188a0c896b69a2905b50e1308a9f4d509))
* Change to multi-stage docker ([b0e5710](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/b0e57101d9bce7696809054794d0dcf94e2b57d8))
* Change validation to use env URL ([e0e21ba](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/e0e21ba2d13e89a0274c78e719d76f6aad443833))
* Clean up transcriptions ([cd30393](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/cd303936757f5dbf8d3a6baf9cfdf97776dd1d16))
* Implement API key auth ([58b6c64](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/58b6c64039867f4149b22e01a81561d158599dd1))
* Implement transcription tasks ([2931b96](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/2931b96a51f4665f128177be706e53c0e24512c8))
* Replace icon ([329f2db](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/329f2dbe81954ae1581ed1242e1d1ae3f5be615f))
* Update logo no typos ([06e700f](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/06e700fa969f142babe422c83aca48d40d0d468a))


### Bug Fixes

* Fix apikey import ([5a1290a](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/5a1290a53dcaf8c7ffcfa369ab74b83ebcdfb722))
* Fix testing setup ([7696b4e](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/7696b4e52a79d092beee943e7feebe4e1725e6fb))
* Fix use debug instead of verbose ([1adb642](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/1adb642e93d53602afb582eb0a059bf64ea57a89))

0 comments on commit 6359520

Please sign in to comment.