Skip to content

Commit

Permalink
Bump to v11.0.2 (#121)
Browse files Browse the repository at this point in the history
* # code review [ci skip]

* Bump to v11.0.2
  • Loading branch information
bshand authored Feb 6, 2024
1 parent afd63ec commit 52237e5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]
=======
* no unreleased changes*

## 11.0.2 / 2024-02-06
### Fixed
* Resolve Rails 7 deprecation warnings
* Fix XML parsing with latest `nokogiri` 1.16.0
Expand All @@ -12,7 +15,7 @@
### Changed
* XML enhancements. Breaking change, the enhancements are not backward compatible
### Fixed
* Replace unsupported seven_zip_ruby gem with seven-zip fork
* Replace unsupported `seven_zip_ruby` gem with seven-zip fork

## 10.3.0 / 2023-09-07
### Added
Expand Down
30 changes: 17 additions & 13 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ file safety:
safe_revision: b64ff21375dcde2b8fefe622ee9861f0fea21487
".github/workflows/test.yml":
comments:
reviewed_by: ollietulloch
safe_revision: 94eda331be377f09d48b467d273aecd2ff543a4e
reviewed_by: brian.shand
safe_revision: 921f2ac49ef89d41920fd510db0c2c9c44d773bb
".gitignore":
comments: whole file re-reviewed
reviewed_by: brian.shand
Expand All @@ -26,8 +26,8 @@ file safety:
safe_revision: 6ec135a5dfde54992c6efb4f26c6da8041f3aefd
CHANGELOG.md:
comments:
reviewed_by: ollietulloch
safe_revision: 5a82122cb039f79d7f5b72e7aba3232de14371c1
reviewed_by: brian.shand
safe_revision: afd63ec406b7a244192f894fdaa871e1305a117e
CODE_OF_CONDUCT.md:
comments:
reviewed_by: timgentry
Expand Down Expand Up @@ -123,7 +123,7 @@ file safety:
docs/xml-mappings.md:
comments:
reviewed_by: brian.shand
safe_revision: a042c1926b757f1b0cdca080668b2612e80d4d2d
safe_revision: 921f2ac49ef89d41920fd510db0c2c9c44d773bb
docs/yaml-mapping-user-guide.md:
comments:
reviewed_by: brian.shand
Expand All @@ -148,6 +148,10 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: f30a3db592512ba1f1b8de999a573b97dac5abea
gemfiles/Gemfile.rails71:
comments:
reviewed_by: brian.shand
safe_revision: 396a450173aee6d5802c7e8f13183f5fda8d73ce
lib/ndr_import.rb:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -190,8 +194,8 @@ file safety:
safe_revision: 897f8b648d633368cf2001d17ab89c06a12d445b
lib/ndr_import/file/excel.rb:
comments:
reviewed_by: ollietulloch
safe_revision: 37482c79448bea80033f6f69d97584df330c9861
reviewed_by: brian.shand
safe_revision: afd63ec406b7a244192f894fdaa871e1305a117e
lib/ndr_import/file/json_lines.rb:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -246,8 +250,8 @@ file safety:
safe_revision: 4a5cc1d362c632fc1f9242c69982fbce33557e17
lib/ndr_import/helpers/file/excel.rb:
comments:
reviewed_by: joshpencheon
safe_revision: 06fd16643d02957ce856728e4911143c8e0178dc
reviewed_by: brian.shand
safe_revision: afd63ec406b7a244192f894fdaa871e1305a117e
lib/ndr_import/helpers/file/pdf.rb:
comments:
reviewed_by: timgentry
Expand All @@ -258,8 +262,8 @@ file safety:
safe_revision: 45da71ebd3acbc0fe53755bcd75483ba17cb6924
lib/ndr_import/helpers/file/xml.rb:
comments:
reviewed_by: josh.pencheon
safe_revision: 9a6cc769abce5f9bfa5b4f8bd5cda52dfe18b12b
reviewed_by: brian.shand
safe_revision: afd63ec406b7a244192f894fdaa871e1305a117e
lib/ndr_import/helpers/file/xml_streaming.rb:
comments: uses SafePath and Shellwords when accessing filesystem, or making system
calls
Expand Down Expand Up @@ -356,7 +360,7 @@ file safety:
ndr_import.gemspec:
comments:
reviewed_by: brian.shand
safe_revision: eaa8fe221598f7b47fa6496bdd396539b3e0c456
safe_revision: 921f2ac49ef89d41920fd510db0c2c9c44d773bb
test/avro/table_test.rb:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -772,7 +776,7 @@ file safety:
test/test_helper.rb:
comments:
reviewed_by: brian.shand
safe_revision: a042c1926b757f1b0cdca080668b2612e80d4d2d
safe_revision: 396a450173aee6d5802c7e8f13183f5fda8d73ce
test/universal_importer_helper_test.rb:
comments:
reviewed_by: brian.shand
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_import/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
# This stores the current version of the NdrImport gem
module NdrImport
VERSION = '11.0.1'
VERSION = '11.0.2'
end

0 comments on commit 52237e5

Please sign in to comment.