Skip to content

Commit

Permalink
v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thombruce committed Oct 7, 2023
1 parent 9d76a23 commit 047a455
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.11] - 2023-10-07

### Added

- Moon orbiting planet, demonstrating new orbital system
- Indicator system added to the HUD
- (Optional) pixelation shader for retro effect
- (Optional) chromatic aberration shader
- Source and license info to credit attributions
- Source and license info added to credit attributions

### Changed

Expand Down Expand Up @@ -138,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CHANGELOG.md matching Keep a Changelog formatting
- README with link to license doc and changelog

[unreleased]: https://github.com/thombruce/verse/compare/v0.0.10...HEAD
[unreleased]: https://github.com/thombruce/verse/compare/v0.0.11...HEAD
[0.0.11]: https://github.com/thombruce/verse/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/thombruce/verse/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/thombruce/verse/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/thombruce/verse/compare/v0.0.7...v0.0.8
Expand Down
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,6 +1,6 @@
[package]
name = "verse"
version = "0.0.10"
version = "0.0.11"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 047a455

Please sign in to comment.