Skip to content

Commit

Permalink
Merge pull request #91 from faberNovel/release/6.2.0
Browse files Browse the repository at this point in the history
Release/6.2.0
  • Loading branch information
Nooba authored Jan 29, 2024
2 parents e8677d0 + c5d8c7a commit b2c3d67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [6.2.0] - 2023-12-12

### Added

- new option `--skip-value-stripping` that disable the leading and trailing whitespaces removal on wording values. The value stripping was introduced with version 6.0.0.
Expand All @@ -16,12 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated dependencies
- Increase number of retries to 5 and timeout delay to 120s when accessing Google APIs. This reduces the amount of rate limit error when using private Google spreadsheet.

## 6.1.0
## [6.1.0] - 2023-09-12

### Added

- new option (iOS only) `--auto-escape-percent` that escapes % character in wording. This option should be used if the wording is intended to be used with `String(format:)`.

## 6.0.0
## [6.0.0] - 2023-07-17

### Added

- Remove extra spaces before and after key/translation contents
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/applid

1. After all your changes are reviewed and merged
2. Create a `release` branch
3. Update the version in field `s.version` from file `ad_localize.gemspec`
3. Update the version in `lib/ad_localize/version.rb`
4. Execute `make publish`

You may need to configure your account at step `4.` if you've never pushed any gem. You can find all the informations you need on [the official documentation](https://guides.rubygems.org/make-your-own-gem/#your-first-gem).
Expand Down
2 changes: 1 addition & 1 deletion lib/ad_localize/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module AdLocalize
VERSION = "6.1.0"
VERSION = "6.2.0"
end

0 comments on commit b2c3d67

Please sign in to comment.