Skip to content

Commit

Permalink
Releasing v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefinalliende committed Feb 6, 2023
1 parent c603245 commit d44a17f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ executors:
default: "2.7"
type: string
docker:
- image: circleci/ruby:<<parameters.ruby-version>>-node
- image: cimg/ruby:<<parameters.ruby-version>>-node
environment: *env-vars

commands:
Expand Down Expand Up @@ -94,11 +94,11 @@ workflows:
- test:
matrix:
parameters:
ruby-version: ["2.5", "2.6", "2.7"]
ruby-version: ["2.7", "3.1" ]
- deploy:
context: org-global
filters:
tags:
only: /.*/
branches:
ignore: /.*/
ignore: /.*/
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

# 0.7.0
### 1.0.0
##### Removed

* Removed support for ruby 2.5 and 2.6

##### Fixed

* Fix enum translations for ruby 3.1

### 0.7.1

##### Fixed

* Fix enum translations: move translations under pluralized attribute key.
# 0.7.0
### 0.7.0
##### Changed

* Replace travis with circleci.
Expand Down
2 changes: 1 addition & 1 deletion lib/human_attributes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HumanAttributes
VERSION = "0.7.1"
VERSION = "1.0.0"
end

0 comments on commit d44a17f

Please sign in to comment.