Skip to content

Commit

Permalink
release: Prepare for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uggla committed Oct 30, 2024
1 parent 134e6cc commit 09492fd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rock_run"
description = "Rock Run: Rose's odyssey"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## rockrun-0.2.0 - 2024-10-30

### πŸš€ Features

- Add git cliff configuration to generate futur change logs
- Add persistance for language selection
- Add 2 new questions
- Add a background shader for level 3
- Update dependencies serde, serde_json, thiserror

### πŸ› Bug Fixes

- Set default language to English
- Text in display menu not aligned properly on some platform
- Slight camera zoom to hide level boundaries

### πŸ“š Documentation

- Update TODO list
- Update README status
- Update documentation with debugging keys and storage info.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ commit_parsers = [
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->πŸ§ͺ Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^release: Prepare for", skip = true },
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
Expand Down

0 comments on commit 09492fd

Please sign in to comment.