Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dounx committed May 25, 2020
1 parent 8fb4aeb commit f95bbc5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.0](https://github.com/dounx/gwitch/releases/tag/1.0.0) (2020-05-25)

* Fix typo
* Fix a bug
* Update gemspec
* Update readme
* Refactor code
* Add some rake tasks
* Add gitignore
* Add mutex for multi threads
* Remove redundant comments
* Make get all games simultaneously
* Add cli
* Add some tests

## [0.0.1](https://github.com/dounx/gwitch/releases/tag/0.0.1) (2020-05-21)

* Initial import
8 changes: 3 additions & 5 deletions lib/gwitch/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

module Gwitch
VERSION = '0.0.1'
end
module Algolia
VERSION = "1.0.0"
end

0 comments on commit f95bbc5

Please sign in to comment.