Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rall3n committed Sep 3, 2020
1 parent d771177 commit 5404540
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.0
- Replace "Twitch Prime" with "Prime Gaming"
- Add timeout for library updates
- Owned games: every 10 minutes
- Installed games: every minute
- Fetch installed games from SQLite database instead of registry
- Minor improvements

## 0.1.1
- Add OSCompatability check to allow installation of games

Expand Down
10 changes: 9 additions & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
__version__ = "0.1.1"
__version__ = "0.2.0"

__changelog__ = {
"0.2.0": '''
- Replace "Twitch Prime" with "Prime Gaming"
- Add timeout for library updates
- Owned games: every 10 minutes
- Installed games: every minute
- Fetch installed games from SQLite database instead of registry
- Minor improvements
''',
"0.1.1": '''
- Add OSCompatability check to allow installation of games
''',
Expand Down

0 comments on commit 5404540

Please sign in to comment.