Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 7 additions & 3 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_dev_support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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