File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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).
44module NdrDevSupport
5- VERSION = '7.3.4 '
5+ VERSION = '7.3.5 '
66end
You can’t perform that action at this time.
0 commit comments