From 1acef4f1a8dea14d06a78bdd339025d97a2bc3ef Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Tue, 14 Feb 2023 12:28:55 -0500 Subject: [PATCH] v1.0.5 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c96ae..0fa8d38 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ The next version of the CLI, version 2, will address both of these limitations a - Add support for diffs greater than 200 lines by grabbing the diff per file - Add support for a flag that can auto-accept - Add ability to specify a commit message from inside aicommit +- Use gpt-3-tokenizer +- Add automated github releases - Add opt-in emoji flag - Add opt-in languages flag - Build landing page for the 2.0 launch diff --git a/package.json b/package.json index 959a487..05124d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "1.0.4", + "version": "1.0.5", "description": "Writes your git commit messages for you with AI", "files": [ "bin"