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 c3ce0d4 commit 21e5013Copy full SHA for 21e5013
CHANGELOG.md
@@ -11,6 +11,10 @@ Prefix your message with one of the following:
11
- [Security] in case of vulnerabilities.
12
-->
13
14
+# v0.0.8
15
+
16
+- [Fixed] Further improvements to support extensions.
17
18
## v0.0.7
19
20
- [Fixed] Improve support for extensions.
lib/screenkit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ScreenKit
4
- VERSION = "0.0.7"
+ VERSION = "0.0.8"
5
end
0 commit comments