Skip to content

Commit 22a13b9

Browse files
authored
tag v7.3.5 (#152)
1 parent 5067036 commit 22a13b9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## [Unreleased]
2+
*no unreleased changes*
3+
4+
## 7.3.5 / 2025-10-16
25
### Fixed
36
* Capistrano: Do not include macOS extended attributes in tar files
47

code_safety.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ file safety:
2727
CHANGELOG.md:
2828
comments:
2929
reviewed_by: brian.shand
30-
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
30+
safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe
3131
CODE_OF_CONDUCT.md:
3232
comments:
3333
reviewed_by: timgentry
@@ -100,10 +100,14 @@ file safety:
100100
comments:
101101
reviewed_by: brian.shand
102102
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
103+
lib/ndr_dev_support/capistrano/macos_bsdtar.rb:
104+
comments:
105+
reviewed_by: brian.shand
106+
safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe
103107
lib/ndr_dev_support/capistrano/ndr_model.rb:
104108
comments:
105109
reviewed_by: brian.shand
106-
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
110+
safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe
107111
lib/ndr_dev_support/capistrano/preinstall.rb:
108112
comments:
109113
reviewed_by: brian.shand
@@ -247,7 +251,7 @@ file safety:
247251
lib/ndr_dev_support/version.rb:
248252
comments:
249253
reviewed_by: brian.shand
250-
safe_revision: 541e19c6098960dbccfaa61a54509ff2bdcf31c2
254+
safe_revision: 1afa953a706645dc7f8273f5fa29719c4ab1af4d
251255
lib/tasks/audit_bundle.rake:
252256
comments:
253257
reviewed_by: brian.shand

lib/ndr_dev_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# This defines the NdrDevSupport version. If you change it, rebuild and commit the gem.
33
# Use "rake build" to build the gem, see rake -T for all bundler rake tasks (and our own).
44
module NdrDevSupport
5-
VERSION = '7.3.4'
5+
VERSION = '7.3.5'
66
end

0 commit comments

Comments
 (0)