Skip to content

Commit

Permalink
Prepare a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
kupolak committed Dec 20, 2023
1 parent d1890d3 commit fb2e816
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
@@ -1,5 +1,13 @@
## [Unreleased]

## [0.2.0] - 2023-12-20

- Make the gem work again
- Remove Gemfile.lock
- Move dependencies to gemspec
- Update dependencies
- Add a simple CI

## [0.1.0] - 2022-01-31

- Initial release
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.1.0"
spec.version = "0.2.0"
spec.authors = ["Jakub Polak"]
spec.email = ["jakub.polak.vz@gmail.com"]

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.1.0"
VERSION = "0.2.0"

module_function

Expand Down

0 comments on commit fb2e816

Please sign in to comment.