Skip to content

Commit 7760c0c

Browse files
committed
Version bump
1 parent 29c4f82 commit 7760c0c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.0.78
2+
3+
- If no action is specified with select command, an interactive menu is
4+
presented
5+
- add output action select command with formatting and save options
6+
- Don't link urls in html output that don't have a protocol
7+
18
### 1.0.76
29

310
- Refine editing multiple selections (doing select)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If there's something I want to look at later but doesn't need to be added to a t
2727

2828
## Installation
2929

30-
The current version of `doing` is <!--VER-->1.0.75<!--END VER-->.
30+
The current version of `doing` is <!--VER-->1.0.76<!--END VER-->.
3131

3232
$ [sudo] gem install doing
3333

lib/doing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Doing
2-
VERSION = '1.0.77'
2+
VERSION = '1.0.78'
33
end

0 commit comments

Comments
 (0)