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.
2 parents 1124e2e + 59c793a commit 2b0d5fbCopy full SHA for 2b0d5fb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.2.0] - 2024-01-12
4
+
5
+- Add committer information to build_env
6
7
## [0.1.9] - 2024-01-12
8
9
- Bugfix for issue that could cause runner to hang
lib/selective/ruby/core/version.rb
@@ -3,7 +3,7 @@
module Selective
module Ruby
module Core
- VERSION = "0.1.9"
+ VERSION = "0.2.0"
end
0 commit comments