Skip to content

Commit 93464af

Browse files
authored
Release 14.10.0 into trunk (#752)
2 parents 28272d7 + 7105ca1 commit 93464af

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,27 @@ _None_
1010

1111
### New Features
1212

13-
- `android_prune_orphaned_translations` action: removes `<string>`, `<string-array>` and `<plurals>` entries from `values-*/strings.xml` whose keys are not declared in the source `values/strings.xml` optionally unioned with `additional_source_strings_paths`. [#734]
13+
_None_
1414

1515
### Bug Fixes
1616

17-
- Bump `faraday` and `nokogiri` to address security vulnerabilities. [#749]
18-
- Bump `concurrent-ruby` to address CVE-2026-54904 / GHSA-h8w8-99g7-qmvj. [#751]
17+
_None_
1918

2019
### Internal Changes
2120

2221
_None_
2322

23+
## 14.10.0
24+
25+
### New Features
26+
27+
- `android_prune_orphaned_translations` action: removes `<string>`, `<string-array>` and `<plurals>` entries from `values-*/strings.xml` whose keys are not declared in the source `values/strings.xml` optionally unioned with `additional_source_strings_paths`. [#734]
28+
29+
### Bug Fixes
30+
31+
- Bump `faraday` and `nokogiri` to address security vulnerabilities. [#749]
32+
- Bump `concurrent-ruby` to address CVE-2026-54904 / GHSA-h8w8-99g7-qmvj. [#751]
33+
2434
## 14.9.0
2535

2636
### New Features

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (14.9.0)
4+
fastlane-plugin-wpmreleasetoolkit (14.10.0)
55
buildkit (~> 1.5)
66
chroma (= 0.2.0)
77
diffy (~> 3.3)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '14.9.0'
6+
VERSION = '14.10.0'
77
end
88
end

0 commit comments

Comments
 (0)