Skip to content

Commit 4bc4383

Browse files
committed
πŸ”– Bump version to 1.5.0
1 parent ca69034 commit 4bc4383

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

β€ŽACKLocalization.podspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ACKLocalization'
3-
s.version = '1.4.0'
3+
s.version = '1.5.0'
44
s.summary = 'Localize app from Google Spreadsheet'
55

66
# This description is used to generate tags and improve search results.

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88

99
## master
1010

11+
## 1.5.0
12+
1113
## Added
12-
- Add support to define destination for all files that are generated ([#34](https://github.com/AckeeCZ/ACKLocalization/pull/33), kudos to @leinhauplk)
14+
- Add support to define destination for all files that are generated ([#34](https://github.com/AckeeCZ/ACKLocalization/pull/34), kudos to @olejnjak)
15+
- Generate localizations even for items that have empty value ([#34](https://github.com/AckeeCZ/ACKLocalization/pull/34), kudos to @olejnjak)
16+
17+
## Changed
18+
- **BREAKING**: Configuration field `stringsDictFileName` has no more effect, from now on stringsdicts are generated alongside corresponding stringsfile ([#34](https://github.com/AckeeCZ/ACKLocalization/pull/34), kudos to @olejnjak)
1319

1420
## 1.4.0
1521

0 commit comments

Comments
Β (0)