We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c00752 commit e3cfaa4Copy full SHA for e3cfaa4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Overcommit Changelog
2
3
+## 0.69.0
4
+
5
+* Fix processor count detection in sandboxed environments
6
7
## 0.68.0
8
9
* Add `Solargraph` pre-commit hook
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.68.0'
+ VERSION = '0.69.0'
end
0 commit comments