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 db12da8 commit 7608af3Copy full SHA for 7608af3
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Change Log
2
========================================
3
4
+v1.0.2 - 2023-07-05
5
+----------------------------------------
6
+
7
+- Change --version and --help to exit with 0
8
+- Update backtrace location report on error
9
+- Drop support for Ruby 2.x
10
11
12
v1.0.1 - 2023-02-09
13
----------------------------------------
14
lib/runfile/version.rb
@@ -1,3 +1,3 @@
module Runfile
- VERSION = '1.0.1'
+ VERSION = '1.0.2'
end
0 commit comments