-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Drop support for Ruby 2.2, which has reached end-of-life and no longer receives security updates (@timrogers) * Enforce code style using Rubocop (@timrogers)
- Loading branch information
Tim Rogers
committed
Mar 11, 2018
1 parent
cb144d7
commit 3d51318
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# v1.2.0 (11 March 2018) | ||
|
||
* Drop support for Ruby 2.2, which has reached end-of-life and no longer receives security updates (@timrogers) | ||
* Enforce code style using Rubocop (@timrogers) | ||
|
||
# v1.1.0 (11 March 2018) | ||
|
||
* Add new `.find_by_icao_code` for finding airports by their ICAO code (@ryanburnett) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Airports | ||
VERSION = "1.1.0".freeze | ||
VERSION = "1.2.0".freeze | ||
end |