We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cab4c commit bb0863bCopy full SHA for bb0863b
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Change Log
2
========================================
3
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
12
v0.8.2 - 2022-06-01
13
----------------------------------------
14
Dockerfile
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
ENV PS1 "\n\n>> bashly \W \$ "
WORKDIR /app
-RUN gem install bashly --version 0.8.2
+RUN gem install bashly --version 0.8.3
ENTRYPOINT ["bashly"]
0 commit comments