From 34c740767d966c5167e4e6542794181aa08f72f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 01:06:59 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b77cd1..b455c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.14](https://github.com/joshka/ja/compare/ja-v0.1.13...ja-v0.1.14) - 2024-05-14 + +### Other +- Group dependabot PRs +- *(deps)* bump serde from 1.0.199 to 1.0.200 ([#54](https://github.com/joshka/ja/pull/54)) +- *(deps)* bump serde from 1.0.198 to 1.0.199 ([#52](https://github.com/joshka/ja/pull/52)) + ## [0.1.13](https://github.com/joshka/ja/compare/ja-v0.1.12...ja-v0.1.13) - 2024-04-24 ### Other diff --git a/Cargo.lock b/Cargo.lock index 2699a4b..cc981cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -907,7 +907,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "ja" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 880fda7..9835bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["xtask"] [package] name = "ja" -version = "0.1.13" +version = "0.1.14" authors = ["Josh McKinney "] edition = "2021" description = "ja (just ask) is a small CLI / TUI app that allows you to work with AI tools"