Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-chinnasamy committed Oct 1, 2024
1 parent 1a0b735 commit 1ca43f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.4.0] - 2024-10-01

### Added

- add `--branch` flag to `git` command

### Under the hood

- moved `git` command to `git` module

## [0.3.2] - 2024-07-23

### Under the hood
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cliq"
description = "open frequently accessed memorable shorten urls from cli"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
authors = ["Santhosh Chinnasamy"]
readme = "README.md"
Expand All @@ -15,4 +15,4 @@ exclude = [".vscode"]
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
toml = "0.8.13"
toml = "0.8.19"

0 comments on commit 1ca43f2

Please sign in to comment.