Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Apr 14, 2024
1 parent a3aac65 commit 06eaa41
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2024-04-14 - v0.5.0

- Support adding text to the prompt via stdin
- Support local Ollama server
- Add examples to help output


## 2024-04-13 - v0.4.0

- Add support for Anthropic's Claude models
- Support running several models at once with cai all
- Syntax highlight the output as markdown with
[bat](https://github.com/sharkdp/bat)


## 2024-03-31 - v0.3.0

- Add support for sub-commands to specify the API provider
- Set up proper CLI args handling powered by [clap.rs](https://clap.rs/)


## 2024-03-29 - 0.2.0

- Try to load API keys first from `secrets.yaml` and then from env variables


## 2024-03-28 - 0.1.0

* Initial release

0 comments on commit 06eaa41

Please sign in to comment.