Skip to content

Commit

Permalink
Merge pull request #255 from abinoam/release_2_1_0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
abinoam authored Dec 31, 2022
2 parents 38528f0 + 7e15d98 commit 33cee8a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 41 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Below is a complete listing of changes for each revision of HighLine.

### 2.1.0 / 2022-12-31
* PR #255 - Change minimum Ruby version requirement to 2.3 (@abinoam)
* PR #254 - Improve Github Actions file (@abinoam)
* PR #253, PR #251 - Setup GitHub Actions and remove Travis (@petergoldstein, rev by @AlexWayfer)
* PR #250 - Fix file permissions (@bdunne)

### 2.0.3 / 2019-10-11
* PR #245 - Suppress `Psych.safe_load` arg warn (@koic)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
HighLine
========

[![Build Status](https://travis-ci.org/JEG2/highline.svg?branch=master)](https://travis-ci.org/JEG2/highline)
[![Build status](https://ci.appveyor.com/api/projects/status/4p05fijpah77d28x/branch/master?svg=true)](https://ci.appveyor.com/project/JEG2/highline/branch/master)
[![Tests](https://github.com/JEG2/highline/actions/workflows/ci.yml/badge.svg)](https://github.com/JEG2/highline/actions/workflows/ci.yml)
[![Gem Version](https://badge.fury.io/rb/highline.svg)](https://badge.fury.io/rb/highline)
[![Code Climate](https://codeclimate.com/github/JEG2/highline/badges/gpa.svg)](https://codeclimate.com/github/JEG2/highline)
[![Test Coverage](https://codeclimate.com/github/JEG2/highline/badges/coverage.svg)](https://codeclimate.com/github/JEG2/highline/coverage)
Expand Down
37 changes: 0 additions & 37 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion highline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DESCRIPTION

spec.extra_rdoc_files = %w[README.md TODO Changelog.md LICENSE]

spec.required_ruby_version = ">= 1.9.3"
spec.required_ruby_version = ">= 2.3"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down
2 changes: 1 addition & 1 deletion lib/highline/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

class HighLine
# The version of the installed library.
VERSION = "2.0.3".freeze
VERSION = "2.1.0".freeze
end

0 comments on commit 33cee8a

Please sign in to comment.