Skip to content

Commit

Permalink
Bump version to v0.3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Dec 5, 2022
1 parent 88280e7 commit 03c6696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

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

### Changed
- Optimize data structures and bandwidth usage.

### Fixed
- Fix SMAA previous color re-projection to get less aliasing when moving.
- Fix TAA when the upscaling ratio is 1.0.

## [0.3.5] - 2022-12-4
### Changed
Expand Down Expand Up @@ -45,7 +46,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.6]: https://github.com/cryscan/bevy-hikari/commits/v0.3.6
[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
[0.3.3]: https://github.com/cryscan/bevy-hikari/commits/v0.3.3
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.6"
version = "0.3.7"
edition = "2021"
authors = ["Zhenyuan Zhang <cryscan@umich.edu>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 03c6696

Please sign in to comment.