diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fc87b..b46318e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +*no unreleased changes* + +## 7.3.5 / 2025-10-16 ### Fixed * Capistrano: Do not include macOS extended attributes in tar files diff --git a/code_safety.yml b/code_safety.yml index 4e45697..9019bba 100644 --- a/code_safety.yml +++ b/code_safety.yml @@ -27,7 +27,7 @@ file safety: CHANGELOG.md: comments: reviewed_by: brian.shand - safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e + safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe CODE_OF_CONDUCT.md: comments: reviewed_by: timgentry @@ -100,10 +100,14 @@ file safety: comments: reviewed_by: brian.shand safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e + lib/ndr_dev_support/capistrano/macos_bsdtar.rb: + comments: + reviewed_by: brian.shand + safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe lib/ndr_dev_support/capistrano/ndr_model.rb: comments: reviewed_by: brian.shand - safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e + safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe lib/ndr_dev_support/capistrano/preinstall.rb: comments: reviewed_by: brian.shand @@ -247,7 +251,7 @@ file safety: lib/ndr_dev_support/version.rb: comments: reviewed_by: brian.shand - safe_revision: 541e19c6098960dbccfaa61a54509ff2bdcf31c2 + safe_revision: 1afa953a706645dc7f8273f5fa29719c4ab1af4d lib/tasks/audit_bundle.rake: comments: reviewed_by: brian.shand diff --git a/lib/ndr_dev_support/version.rb b/lib/ndr_dev_support/version.rb index 3f7da95..2ceedc3 100644 --- a/lib/ndr_dev_support/version.rb +++ b/lib/ndr_dev_support/version.rb @@ -2,5 +2,5 @@ # This defines the NdrDevSupport version. If you change it, rebuild and commit the gem. # Use "rake build" to build the gem, see rake -T for all bundler rake tasks (and our own). module NdrDevSupport - VERSION = '7.3.4' + VERSION = '7.3.5' end