Skip to content

Commit

Permalink
feat: Release v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Mar 2, 2024
1 parent 8aa838b commit 95134cc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,32 @@

All notable changes to this project will be documented in this file.

## 0.12.5

_2024-03-02_ - [v0.12.4...v0.12.5](https://github.com/dustinblackman/oatmeal/compare/v0.12.4...v0.12.5)

### 🐛 Bug Fixes

- Config paths - ([2ae187a](https://github.com/dustinblackman/oatmeal/commit/2ae187a14d52e6c8083a5bff18bddfd6889294bd))
- Formatting and linting - ([f4c2efb](https://github.com/dustinblackman/oatmeal/commit/f4c2efb2e4e039213f1bbd88cfd6f0fd395a0eca))
- Loading entire file when no code blocks are selected - ([3655871](https://github.com/dustinblackman/oatmeal/commit/3655871838d54b15e4f2888dd46712b15d8993be))
- Config file log message on windows - ([d61375b](https://github.com/dustinblackman/oatmeal/commit/d61375bb0849770b42802f0040253c95900bb8f8))
- Use xdg config dirs by default ([#46](https://github.com/dustinblackman/oatmeal/issues/46)) - ([f2110b5](https://github.com/dustinblackman/oatmeal/commit/f2110b5f3628681268e08c6b3fb2fc13e2c95f1f))

### ⚙️ Miscellaneous Tasks

- Merge branch 'fix-configs' - ([8aa838b](https://github.com/dustinblackman/oatmeal/commit/8aa838b9c4b8cc648e74a5a2dbd9724e8477f22b))
- Cleanup CI titles - ([7ea8b00](https://github.com/dustinblackman/oatmeal/commit/7ea8b0079d0a22e9de7891b131bd639380cda047))
- Drop dprint - ([6128438](https://github.com/dustinblackman/oatmeal/commit/6128438284ee88a73a1f65cd2d1a0dd59fd19db2))

## 0.12.4

_2024-01-30_ - [v0.12.3...v0.12.4](https://github.com/dustinblackman/oatmeal/compare/v0.12.3...v0.12.4)

### ⛰️ Features

- Release v0.12.4 - ([7e70405](https://github.com/dustinblackman/oatmeal/commit/7e70405fb155c3f14d93d25a5559208c973831fa))

### 🐛 Bug Fixes

- OpenAI finish response parsing - ([ec3b054](https://github.com/dustinblackman/oatmeal/commit/ec3b054fe27ae717071d259c520c4669e636ec8d))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oatmeal"
version = "0.12.4"
version = "0.12.5"
authors = ["Dustin Blackman"]
build = "build.rs"
edition = "2021"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ yay -S oatmeal-bin

```sh
arch=$(uname -a | grep -q aarch64 && echo 'arm64' || echo 'amd64')
curl -L -o oatmeal.apk "https://github.com/dustinblackman/oatmeal/releases/download/v0.12.4/oatmeal_0.12.4_linux_${arch}.apk"
curl -L -o oatmeal.apk "https://github.com/dustinblackman/oatmeal/releases/download/v0.12.5/oatmeal_0.12.5_linux_${arch}.apk"
apk add --allow-untrusted ./oatmeal.apk
```

Expand All @@ -104,7 +104,7 @@ apk add --allow-untrusted ./oatmeal.apk
<!-- choco-install start -->

```sh
choco install oatmeal --version=0.12.4
choco install oatmeal --version=0.12.5
```

<!-- choco-install end -->
Expand Down Expand Up @@ -158,8 +158,8 @@ See `oatmeal --help`, `/help` in chat, or the output below to get all the detail
```
Terminal UI to chat with large language models (LLM) using different model backends, and direct integrations with your favourite editors!
Version: 0.12.4
Commit: v0.12.4
Version: 0.12.5
Commit: v0.12.5
Usage: oatmeal [OPTIONS] [COMMAND]
Expand Down

0 comments on commit 95134cc

Please sign in to comment.