From fc568e3cc5eeadeb251459d0373cd805d977e68a Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Fri, 29 May 2026 09:37:44 -0700 Subject: [PATCH] Cut version 0.70.0 --- CHANGELOG.md | 4 ++++ lib/overcommit/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70914ef9..6e6af9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Overcommit Changelog +## 0.70.0 + +* Add `oxfmt` and `oxlint` pre-commit hooks + ## 0.69.0 * Fix processor count detection in sandboxed environments diff --git a/lib/overcommit/version.rb b/lib/overcommit/version.rb index ac5cff83..a9a20768 100644 --- a/lib/overcommit/version.rb +++ b/lib/overcommit/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module Overcommit - VERSION = '0.69.0' + VERSION = '0.70.0' end