Skip to content

Commit

Permalink
Update version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbajabbafic authored and github-actions[bot] committed Jul 23, 2023
1 parent 317445b commit 66d4712
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,19 @@ Types of changes:

## [Unreleased]

## [0.10.0] - 2023-07-23

### Added
- New items:
- Magnet - Attracts coins and item boxes
- Laser - Kills any players caught in the beam
- Booster - Gives a temporary speed boost through obstacles
- Gives weighted probabilities to items, so players at the back get more helpful items

- New items:
- Magnet - Attracts coins and item boxes
- Laser - Kills any players caught in the beam
- Booster - Gives a temporary speed boost through obstacles
- Gives weighted probabilities to items, so players at the back get more helpful items

### Fixed
- Stopped particles spawning in the wrong place on death

- Stopped particles spawning in the wrong place on death

## [0.9.2] - 2023-06-04

Expand Down Expand Up @@ -333,7 +337,9 @@ First proper release! :D
- Animated title screen background
- Spectator mode and death camera

[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.2...HEAD
[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.10.0...HEAD

[0.10.0]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.2...0.10.0

[0.9.2]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.1...0.9.2

Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ config/description="Multiplayer flappy bird"
run/main_scene="res://common/main.tscn"
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
config/version="v0.9.2"
config/version="v0.10.0"
config/debug_tools=false
config/debug_tools.editor=true

Expand Down

0 comments on commit 66d4712

Please sign in to comment.