We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e876e commit 8975bb6Copy full SHA for 8975bb6
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## Version 1.5.0
4
+* Add colors to output
5
+
6
## Version 1.4.0
7
* Add flag `--view` for viewing stored ideas.
8
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "eureka"
-version = "1.4.0"
+version = "1.5.0"
authors = ["Simon Egersand <s.egersand@gmail.com>"]
description = "CLI tool to input and store your ideas without leaving the terminal"
categories = ["command-line-interface", "command-line-utilities"]
0 commit comments