You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,17 @@ Beta version tags and releases are removed after the next minor or major version
13
13
14
14
## 2.0.1
15
15
16
-
This version makes `StringCatalogKeyBuilder` tool independent of `SwiftPackageScripts`. This solves a bug where the script would crash in other packages, due to a missing path.
16
+
This version makes `StringCatalogKeyBuilder` tool independent of `SwiftPackageScripts`. This solves a bug where it would crash in other package folders.
17
+
18
+
This version also fixes a bug where trying to use the CLI to write to a non-existing folder would not work, by upgrading both the `l10n-gen` script and the CLI tool.
19
+
20
+
## 💡 Changes
21
+
22
+
* The `StringCatalogKeyBuilder` CLI tool now builds on all platforms.
17
23
18
24
## 🐛 Bug Fixes
19
25
26
+
*`scripts/l10n-gen` no longer fails if the target folder doesn't exist.
20
27
*`tools/StringCatalogKeyBuilder` no longer needs the main package to function.
21
28
*`tools/StringCatalogKeyBuilder` no longer fails if the target folder doesn't exist.
0 commit comments