Skip to content

Commit

Permalink
# Bump to v5.10.2 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshand authored Feb 9, 2024
1 parent af6c7dd commit 521a8ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [Unreleased]
* No unreleased changes

## 5.10.2 / 2024-02-09
## Fixed
* Refactored the cleaning code to fix Rubcocop issues

## Added
* Added a new 'log10' cleaning method

Expand Down
16 changes: 10 additions & 6 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ file safety:
CHANGELOG.md:
comments:
reviewed_by: brian.shand
safe_revision: c764a4d8c251b5076ed3d60391c8271bb5a099bc
safe_revision: af6c7ddedf6627de8ec823ff33399c7938cd64b1
CODE_OF_CONDUCT.md:
comments:
reviewed_by: timgentry
Expand Down Expand Up @@ -136,10 +136,14 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: f4f7cb0803ea34a2f1ba83495d8bcbd942786bce
lib/ndr_support/string/clean_methodable.rb:
comments:
reviewed_by: brian.shand
safe_revision: af6c7ddedf6627de8ec823ff33399c7938cd64b1
lib/ndr_support/string/cleaning.rb:
comments:
reviewed_by: brianshand
safe_revision: b7b033ad9773cc9037c408a7763b113d31cbf191
reviewed_by: brian.shand
safe_revision: af6c7ddedf6627de8ec823ff33399c7938cd64b1
lib/ndr_support/string/conversions.rb:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -171,7 +175,7 @@ file safety:
lib/ndr_support/version.rb:
comments:
reviewed_by: brian.shand
safe_revision: 3a4b0a4acb1d6dfbfc79b17ee11577cb22ab8923
safe_revision: a58c1057a2829284ae527bdd66401b1891f28196
lib/ndr_support/working_days.rb:
comments:
reviewed_by: josh.pencheon
Expand Down Expand Up @@ -254,8 +258,8 @@ file safety:
safe_revision: b562d0c15ff1b1d565522a47e6bae47ea09706f0
test/string/cleaning_test.rb:
comments:
reviewed_by: brianshand
safe_revision: b7b033ad9773cc9037c408a7763b113d31cbf191
reviewed_by: brian.shand
safe_revision: af6c7ddedf6627de8ec823ff33399c7938cd64b1
test/string/conversions_test.rb:
comments:
reviewed_by: brian.shand
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This defines the NdrSupport 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.
module NdrSupport
VERSION = '5.10.1'
VERSION = '5.10.2'
end

0 comments on commit 521a8ab

Please sign in to comment.