Skip to content

Commit 65e1308

Browse files
committed
changelog
1 parent 6ec5e14 commit 65e1308

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.4.3 - 2021-05-08
5+
----------------------------------------
6+
7+
- Add ability to catch arbitrary args and flags
8+
9+
410
v0.4.2 - 2021-03-04
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.4.2
6+
RUN gem install bashly --version 0.4.3
77

88
ENTRYPOINT ["bashly"]

0 commit comments

Comments
 (0)