We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c849d commit 3cfbce5Copy full SHA for 3cfbce5
CHANGELOG.md
@@ -2,10 +2,14 @@
2
3
### UNRELEASED
4
5
-* (minor): Avoid needing a shell to support distroless environments (in most cases)
+### 8.2.0
6
+
7
+* Avoid needing a shell to support Distroless Container Images (in most cases)
8
9
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/299
10
11
+https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.1.3...v8.2.0
12
13
### 8.1.3
14
15
* Update `changelog_uri` in gemspec
lib/knapsack_pro/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module KnapsackPro
- VERSION = '8.1.3'
+ VERSION = '8.2.0'
end
0 commit comments