File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,21 @@ _None_
14
14
15
15
### Bug Fixes
16
16
17
- * Fix crashes introduced in ` 1.3.0 ` – incorrect parameters in calls to ` get_release_version ` . [ #283 ]
18
- * Fix the way versioning is handled for alphas – i.e. ` version.properties ` is indexed by flavor name, defaulting to ` zalpha ` for alphas. [ #283 ]
19
- * Fixed an issue in ` check_translation_progress ` where a wrong evaluation of the progress is possible when there are Waiting string in GlotPress.
17
+ _ None_
20
18
21
19
### Internal Changes
22
20
23
21
_ None_
24
22
23
+ ## 1.3.1
24
+
25
+ ### Bug Fixes
26
+
27
+ * Fix crashes introduced in ` 1.3.0 ` – incorrect parameters in calls to ` get_release_version ` . [ #283 ]
28
+ * Fix the way versioning is handled for alphas – i.e. ` version.properties ` is indexed by flavor name, defaulting to ` zalpha ` for alphas. [ #283 ]
29
+ * Fixed an issue in ` check_translation_progress ` where a wrong evaluation of the progress is possible when there are Waiting string in GlotPress.
30
+
31
+
25
32
## 1.3.0
26
33
27
34
### New Features
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (1.3.0 )
4
+ fastlane-plugin-wpmreleasetoolkit (1.3.1 )
5
5
activesupport (~> 5 )
6
6
bigdecimal (~> 1.4 )
7
7
chroma (= 0.2.0 )
228
228
octokit (4.21.0 )
229
229
faraday (>= 0.9 )
230
230
sawyer (~> 0.8.0 , >= 0.5.3 )
231
- oj (3.11.6 )
231
+ oj (3.12.0 )
232
232
open4 (1.3.4 )
233
233
optimist (3.0.1 )
234
234
options (2.3.2 )
Original file line number Diff line number Diff line change 1
1
module Fastlane
2
2
module Wpmreleasetoolkit
3
- VERSION = '1.3.0 '
3
+ VERSION = '1.3.1 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments