Skip to content

Commit

Permalink
chore: Release ja version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed May 9, 2023
1 parent e4e6af8 commit 73d10b0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
37 changes: 31 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,47 @@

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

## [Unreleased] - ReleaseDate
## [0.1.2] - 2023-05-09

### Miscellaneous Tasks

- ([8949e603](https://github.com/joshka/ja/commit/8949e603e005ba3ada2f64e78ee0429212399bb2))
Pass version to git cliff from cargo release
Because the replacements run before the hook, this was leaving the
unreleased tag in the changelog instead of updating it as part of the
release.
- ([e4e6af85](https://github.com/joshka/ja/commit/e4e6af85972f712f0f20b1fa349a2516d188cf1e))
Show commit link and body
- update cliff.toml to add the a link to the commit on GitHub and the
body of the commit.

## [0.1.1] - 2023-05-09

### Features

- Add input handling and error handling
- ([931b26c4](https://github.com/joshka/ja/commit/931b26c4409088202de83bf95f781b7d216fed3a))
Add input handling and error handling
- Added a new function `get_input` to handle input from command line
arguments or standard input.
- Added error handling for empty input and reading from standard input.
- Added error handling for failure to create cache directory.

### Miscellaneous Tasks

- Add changelog and git-cliff config
- Configure cargo release
- ([267c1d63](https://github.com/joshka/ja/commit/267c1d6376906b270ad4e7c976b4fa39b55f296e))
Add changelog and git-cliff config
- ([be98dea7](https://github.com/joshka/ja/commit/be98dea71f800d02986d6ddfa0c5cfd61f8b1673))
Configure cargo release
- ([5d5bb4a9](https://github.com/joshka/ja/commit/5d5bb4a94557946e1f74f758ccd5dcfcb161eeaf))
Release ja version 0.1.1

## [0.1.0] - 2023-05-08

### Features

- Init
- Initial implementation
- ([0c068225](https://github.com/joshka/ja/commit/0c068225029b651b3e82653b0d48118155e49287))
Init
- ([e8b4e940](https://github.com/joshka/ja/commit/e8b4e9408594141d41d567885f90c9b8eab96bd5))
Initial implementation

<!-- generated by git-cliff -->
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 = "ja"
version = "0.1.1"
version = "0.1.2"
authors = ["Josh McKinney"]
edition = "2021"
description = "ja (just ask) is a small CLI / TUI app that allows you to work with AI tools"
Expand Down

0 comments on commit 73d10b0

Please sign in to comment.