File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66## Unreleased
77Nil.
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 )
5256
5357Please 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- pseudolocalization (0.9.0 )
4+ pseudolocalization (0.9.1 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11module Pseudolocalization
2- VERSION = "0.9.0 "
2+ VERSION = "0.9.1 "
33end
You can’t perform that action at this time.
0 commit comments