Skip to content

Commit

Permalink
release: update to version 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Oct 5, 2024
1 parent 389aa22 commit 69cb8dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

# Task Keeper Changelog

## [Unreleased]
## [0.24.1] - 2024-10-05

- Update to gradle 8.10.1
- Add `bun.lock` support
- Remove `init` from project manager

## [0.23.0] - 2024-08-21

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-keeper"
version = "0.24.0"
version = "0.24.1"
edition = "2021"
authors = ["linux_china <[email protected]>"]
description = "Task keeper to manage tasks from different task runners"
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! clap App for command cli
use clap::{Command, Arg, ArgAction};

pub const VERSION: &str = "0.24.0";
pub const VERSION: &str = "0.24.1";

pub fn build_app() -> Command {
Command::new("tk")
Expand Down

0 comments on commit 69cb8dd

Please sign in to comment.