Skip to content

Commit

Permalink
move to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seankim658 committed Jul 22, 2024
1 parent 13f02c3 commit b09f4c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
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 = "codeprompt"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This was a project to brush up on Rust and is based on [code2prompt](https://git

---

:star: New in `v0.1.5`: Tab completions are now supported!

## Why Code Prompts?

Manually copy and pasting code and code snippets to LLMs has several issues:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::path::PathBuf;

/// Command-line arguments for the codeprompt application.
#[derive(Parser, Debug)]
#[clap(name = "codeprompt", version = "0.1.4")]
#[clap(name = "codeprompt", version = "0.1.5")]
struct Args {
///
#[command(subcommand)]
Expand Down

0 comments on commit b09f4c7

Please sign in to comment.