Skip to content

Commit

Permalink
feat: Release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Nov 30, 2023
1 parent 4af72e4 commit feda265
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,33 @@

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

## [0.5.4] - 2023-11-30

[v0.5.3...v0.5.4](https://github.com/dustinblackman/oatmeal/compare/v0.5.3...v0.5.4)

### 🐛 Bug Fixes

- Exit warning on Windows - ([7cce417](https://github.com/dustinblackman/oatmeal/commit/7cce417de57c319f9f92fd6c470c2afff0cc091a))
- Cargo path - ([a123857](https://github.com/dustinblackman/oatmeal/commit/a12385747bc6a5129aa0708c9f1cebd557de4216))
- Add missing scroll events - ([1aab870](https://github.com/dustinblackman/oatmeal/commit/1aab87085c2390307465954daad900a61b4fbe90))

### 📚 Documentation

- Add note for chocolatey - ([e698b85](https://github.com/dustinblackman/oatmeal/commit/e698b85cad01ce59dd2db2c4f90575deff522686))

### ⚙️ Miscellaneous Tasks

- Approve new licenses - ([4af72e4](https://github.com/dustinblackman/oatmeal/commit/4af72e4bfe564ae6a214f724182375f55f0ec2cf))
- Ratatui 0.24.0 - ([cdcdd22](https://github.com/dustinblackman/oatmeal/commit/cdcdd220318f9ed84dd5e11811ec06f625190c63))

## [0.5.3] - 2023-11-26

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

### ⛰️ Features

- Release v0.5.3 - ([d9f90cd](https://github.com/dustinblackman/oatmeal/commit/d9f90cd8e13e9343147d31fc502905bc22f2385f))

### 🐛 Bug Fixes

- Session sorting - ([d987e56](https://github.com/dustinblackman/oatmeal/commit/d987e568f96939e2def09d94860f2da6041e9278))
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.3"
version = "0.5.4"
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 @@ Note: Version may be outdated as I wait for Chocolately to approve the first rel
<!-- choco-install start -->

```sh
choco install oatmeal --version=0.5.3
choco install oatmeal --version=0.5.4
```

<!-- 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.5.3
Commit: v0.5.3
Version: 0.5.4
Commit: v0.5.4
Usage: oatmeal [OPTIONS] [COMMAND]
Expand Down

0 comments on commit feda265

Please sign in to comment.