Skip to content

Commit 87ab615

Browse files
authored
Merge pull request #83 from Shopify/sh.release-0.9.1
Release version 0.9.1
2 parents 48f80c4 + 744e28b commit 87ab615

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
## Unreleased
77
Nil.
88

9+
## [0.9.1] - 2024-06-27
10+
### Added
11+
- Added support for pseudolocalized translations [#82](https://github.com/Shopify/pseudolocalization/pull/82)
12+
913
## [0.9.0] - 2021-02-17
1014
### Added
1115
- Added support for ignoring specific translation keys [#59](https://github.com/Shopify/pseudolocalization/pull/59)
@@ -52,7 +56,8 @@ Nil.
5256

5357
Please refer to [GitHub releases](https://github.com/Shopify/pseudolocalization/releases) for releases prior to [0.8.0].
5458

55-
[Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.9.0...HEAD
59+
[Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.9.1...HEAD
60+
[0.9.1]: https://github.com/Shopify/pseudolocalization/compare/0.9.0...0.9.1
5661
[0.9.0]: https://github.com/Shopify/pseudolocalization/compare/0.8.4...0.9.0
5762
[0.8.4]: https://github.com/Shopify/pseudolocalization/compare/0.8.3...0.8.4
5863
[0.8.3]: https://github.com/Shopify/pseudolocalization/compare/0.8.2...0.8.3

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-
pseudolocalization (0.9.0)
4+
pseudolocalization (0.9.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/pseudolocalization/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pseudolocalization
2-
VERSION = "0.9.0"
2+
VERSION = "0.9.1"
33
end

0 commit comments

Comments
 (0)