Skip to content

Commit

Permalink
Prepare 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kupolak committed Dec 20, 2023
1 parent 2183317 commit 1915c16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.2.1] - 2023-12-21
- Code refactor
- Add documentation to the code
- Apply rubocop suggestions

## [0.2.0] - 2023-12-20

- Make the gem work again
Expand Down
2 changes: 1 addition & 1 deletion flight_radar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'flight_radar'
spec.version = '0.2.0'
spec.version = '0.2.1'
spec.authors = ['Jakub Polak']
spec.email = ['[email protected]']

Expand Down
2 changes: 1 addition & 1 deletion lib/flight_radar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# FlightRadar module for sending requests to FlightRadar24 API
module FlightRadar
VERSION = '0.2.0'
VERSION = '0.2.1'

module_function

Expand Down

0 comments on commit 1915c16

Please sign in to comment.