Skip to content

Commit

Permalink
update readme, changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-chinnasamy committed Jul 19, 2024
1 parent 4492a2b commit 5cfd3e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## [0.3.0] - 2024-07-19

### Added

- add git remote url support

## [0.2.0] - 2024-06-16

### Added

- support for linux
- `list` command to get all aliases
- clap cli parser
Expand All @@ -10,4 +17,4 @@
### Added

- support to read links from toml file
- support for mac os
- support for mac os
2 changes: 1 addition & 1 deletion 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.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Santhosh Chinnasamy"]
readme = "README.md"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ lab = "https://gitlab.com"
cliq google # opens google
cliq hub # opens github
cliq lab # opens gitlab

# opens git remote repo if .git exists. no need to add it in cliq.toml
cliq git
```

## Build and Install
Expand Down

0 comments on commit 5cfd3e7

Please sign in to comment.