Skip to content

Commit bb0863b

Browse files
committed
finalize 0.8.3 release
1 parent 32cab4c commit bb0863b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

4+
v0.8.3 - 2022-08-16
5+
----------------------------------------
6+
7+
- Switch from ERB to GTX templates
8+
- Upgrade to completely 0.4.3
9+
- Show error instead of usage on invalid command call
10+
11+
412
v0.8.2 - 2022-06-01
513
----------------------------------------
614

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.8.2
6+
RUN gem install bashly --version 0.8.3
77

88
ENTRYPOINT ["bashly"]

0 commit comments

Comments
 (0)