Skip to content

Commit

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

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

## [0.5.2] - 2023-11-26

[v0.5.1...v0.5.2](https://github.com/dustinblackman/oatmeal/compare/v0.5.1...v0.5.2)

### 🐛 Bug Fixes

- Release pipeline - ([be9d9ca](https://github.com/dustinblackman/oatmeal/commit/be9d9ca3b4cbaec47ada550ecfb3b3b897723d76))

## [0.5.1] - 2023-11-25

[v0.5.0...v0.5.1](https://github.com/dustinblackman/oatmeal/compare/v0.5.0...v0.5.1)

### ⛰️ Features

- Release v0.5.1 - ([2b9e141](https://github.com/dustinblackman/oatmeal/commit/2b9e141e1c53c8a8ecd57c7083f7bb868cfc862c))

### 🐛 Bug Fixes

- Add chat subcommand to clarify docs - ([c3085e0](https://github.com/dustinblackman/oatmeal/commit/c3085e0412d1d7c0c571711975cd6443c84ae221))
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.5.1"
version = "0.5.2"
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 @@ -87,7 +87,7 @@ yay -S oatmeal-bin
<!-- choco-install start -->

```sh
choco install oatmeal --version=0.5.1
choco install oatmeal --version=0.5.2
```

<!-- choco-install end -->
Expand Down Expand Up @@ -130,8 +130,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.5.1
Commit: v0.5.1
Version: 0.5.2
Commit: v0.5.2
Usage: oatmeal [OPTIONS] [COMMAND]
Expand Down

0 comments on commit 351cccd

Please sign in to comment.