Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Jun 8, 2022
1 parent 5426c6d commit effa51d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2022-06-08

### Changed

- Name of gem `languages` -> `human_languages`
- Language's attribute `scope` is now a Symbol (previously String)
- Language's attribute `type` is now a Symbol (previously String)

## [0.5.0] - 2022-06-06

### Changed
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:
human_languages (0.5.0)
human_languages (0.6.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/languages/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Languages
VERSION = '0.5.0'
VERSION = '0.6.0'
end

0 comments on commit effa51d

Please sign in to comment.