Skip to content

Commit

Permalink
Bump version to v0.3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Dec 6, 2022
1 parent 6b5d54c commit d44fe34
Show file tree
Hide file tree
Showing 2 changed files with 9 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,12 @@
# Changelog

## [0.3.8] - 2022-12-6
### Added
- Added type `HikariUniversalSettings` for disabling building of acceleration structures. ([#35](https://github.com/cryscan/bevy-hikari/issues/35))

### Fixed
- Fix more TAA ghosting for multiple upscaling ratios.

## [0.3.7] - 2022-12-5
This is mainly a bug-fix and performance upgrade.

Expand Down Expand Up @@ -46,6 +53,7 @@ This is mainly a bug-fix and performance upgrade.
### Removed
- Disable denoiser's temporal accumulation. ([97c4081](https://github.com/cryscan/bevy-hikari/tree/97c4081df6dee24d6e11df2ea0059a4126795d62))

[0.3.8]: https://github.com/cryscan/bevy-hikari/commits/v0.3.8
[0.3.7]: https://github.com/cryscan/bevy-hikari/commits/v0.3.7
[0.3.5]: https://github.com/cryscan/bevy-hikari/commits/v0.3.5
[0.3.4]: https://github.com/cryscan/bevy-hikari/commits/v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-hikari"
version = "0.3.7"
version = "0.3.8"
edition = "2021"
authors = ["Zhenyuan Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d44fe34

Please sign in to comment.