Skip to content

Commit ed7b871

Browse files
committed
changelog
1 parent 2ffceb6 commit ed7b871

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
========================================
33

4+
v0.6.2 - 2021-07-27
5+
----------------------------------------
6+
7+
- Add default option for environment variables
8+
9+
410
v0.6.1 - 2021-07-21
511
----------------------------------------
612

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
33
ENV PS1 "\n\n>> bashly \W \$ "
44
WORKDIR /app
55

6-
RUN gem install bashly --version 0.6.1
6+
RUN gem install bashly --version 0.6.2
77

88
ENTRYPOINT ["bashly"]

0 commit comments

Comments
 (0)