Skip to content

Commit

Permalink
feat: Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 15, 2023
1 parent e6fa908 commit 96f08a7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,29 @@

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

## [0.9.1] - 2023-12-15

[v0.9.0...v0.9.1](https://github.com/dustinblackman/oatmeal/compare/v0.9.0...v0.9.1)

### 🐛 Bug Fixes

- Remove zig from macos arm builds - ([e6fa908](https://github.com/dustinblackman/oatmeal/commit/e6fa90800c25e79caf221b31bcd9064a83291548))

### 📚 Documentation

- Update editor and backend links - ([84ca94e](https://github.com/dustinblackman/oatmeal/commit/84ca94e23d497b8677d51af184b3089aa35dc866))

### ⚙️ Miscellaneous Tasks

- Test binaries in actions, move zig setup - ([5b14c72](https://github.com/dustinblackman/oatmeal/commit/5b14c721b4bc84f61e2b86ab4087ed3f3dbe8ad2))

## [0.9.0] - 2023-12-13

[v0.8.2...v0.9.0](https://github.com/dustinblackman/oatmeal/compare/v0.8.2...v0.9.0)

### ⛰️ Features

- Release v0.9.0 - ([948dbd9](https://github.com/dustinblackman/oatmeal/commit/948dbd954d5bf8212d9662d033800dfc7aeb3a1e))
- Add noop editor - ([eebba85](https://github.com/dustinblackman/oatmeal/commit/eebba8550b247856313b104a0efdb189d7ee0ee4))

### 🐛 Bug Fixes
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.9.0"
version = "0.9.1"
authors = ["Dustin Blackman"]
build = "build.rs"
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ yay -S oatmeal-bin
<!-- choco-install start -->

```sh
choco install oatmeal --version=0.9.0
choco install oatmeal --version=0.9.1
```

<!-- choco-install end -->
Expand Down Expand Up @@ -132,8 +132,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.9.0
Commit: v0.9.0
Version: 0.9.1
Commit: v0.9.1
Usage: oatmeal [OPTIONS] [COMMAND]
Expand Down

0 comments on commit 96f08a7

Please sign in to comment.