Skip to content

Commit a70f68b

Browse files
committed
tag v7.3.1
1 parent f15b2f9 commit a70f68b

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.1 / 2025-01-02
25
### Added
36
* Capistrano: deploy application secrets from a subversion or git repository
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: 71036ef8c1a1d040281c692868246e6ab7a6ba37
30+
safe_revision: f15b2f95bdb7252b9bf60eee65e69207ce486e9d
3131
CODE_OF_CONDUCT.md:
3232
comments:
3333
reviewed_by: timgentry
@@ -96,14 +96,18 @@ file safety:
9696
comments:
9797
reviewed_by: brian.shand
9898
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
99+
lib/ndr_dev_support/capistrano/deploy_secrets.rb:
100+
comments:
101+
reviewed_by: brian.shand
102+
safe_revision: f15b2f95bdb7252b9bf60eee65e69207ce486e9d
99103
lib/ndr_dev_support/capistrano/install_ruby.rb:
100104
comments:
101105
reviewed_by: brian.shand
102106
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
103107
lib/ndr_dev_support/capistrano/ndr_model.rb:
104108
comments:
105109
reviewed_by: brian.shand
106-
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
110+
safe_revision: f15b2f95bdb7252b9bf60eee65e69207ce486e9d
107111
lib/ndr_dev_support/capistrano/restart.rb:
108112
comments:
109113
reviewed_by: josh.pencheon
@@ -243,7 +247,7 @@ file safety:
243247
lib/ndr_dev_support/version.rb:
244248
comments:
245249
reviewed_by: brian.shand
246-
safe_revision: 601cb39a50fd3b719083fed23bf1cb9ae512d223
250+
safe_revision: e1b6dbf71344f982a4238e3e8085d533f7c51d06
247251
lib/tasks/audit_bundle.rake:
248252
comments:
249253
reviewed_by: kenny.lee

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.0'
5+
VERSION = '7.3.1'
66
end

0 commit comments

Comments
 (0)