Skip to content

Commit

Permalink
Merge pull request #57 from Shopify/release_v0.8.4
Browse files Browse the repository at this point in the history
Release 0.8.4
  • Loading branch information
larouxn committed Jan 15, 2021
2 parents 889bb57 + 5eb986a commit b5dc2b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
Nil.

## [0.8.4] - 2021-01-15
### Added
- Added support for Ruby 3. [#53](https://github.com/Shopify/pseudolocalization/pull/53)

### Changed
- Switched to Ruby 2.7.1 for development. [#45](https://github.com/Shopify/pseudolocalization/pull/45)
- Switched to GitHub Actions for CI. [#52](https://github.com/Shopify/pseudolocalization/pull/52)
- Added support for Ruby 3.0.0. [#53](https://github.com/Shopify/pseudolocalization/pull/53)
- Switched to Ruby 2.7.2 for development. [#54](https://github.com/Shopify/pseudolocalization/pull/54)
- Switched to Ruby 2.7.2 for development. [#55](https://github.com/Shopify/pseudolocalization/pull/55)

## [0.8.3] - 2020-01-15
### Added
Expand Down Expand Up @@ -44,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

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

[Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.8.3...HEAD
[Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.8.4...HEAD
[0.8.4]: https://github.com/Shopify/pseudolocalization/compare/0.8.3...0.8.4
[0.8.3]: https://github.com/Shopify/pseudolocalization/compare/0.8.2...0.8.3
[0.8.2]: https://github.com/Shopify/pseudolocalization/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/Shopify/pseudolocalization/compare/0.8.0...0.8.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pseudolocalization (0.8.3)
pseudolocalization (0.8.4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/pseudolocalization/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pseudolocalization
VERSION = "0.8.3"
VERSION = "0.8.4"
end

0 comments on commit b5dc2b6

Please sign in to comment.