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 60fe753 commit 42c3ce0Copy full SHA for 42c3ce0
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Change Log
2
========================================
3
4
+v0.6.7 - 2021-09-23
5
+----------------------------------------
6
+
7
+- Fix config library context contamination
8
9
10
v0.6.6 - 2021-09-07
11
----------------------------------------
12
Dockerfile
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
ENV PS1 "\n\n>> bashly \W \$ "
WORKDIR /app
-RUN gem install bashly --version 0.6.6
+RUN gem install bashly --version 0.6.7
ENTRYPOINT ["bashly"]
lib/bashly/version.rb
@@ -1,3 +1,3 @@
module Bashly
- VERSION = "0.6.6"
+ VERSION = "0.6.7"
end
0 commit comments