Skip to content

Commit

Permalink
Bump version to v0.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Dec 5, 2022
1 parent f6fe415 commit 18c5338
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.6] - 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.

## [0.3.5] - 2022-12-4
### Changed
- Do TAA color clipping on instance miss. ([b736703](https://github.com/cryscan/bevy-hikari/tree/b73670378dab3103e4e5603e5d7e60af76188906))
Expand Down Expand Up @@ -36,6 +45,7 @@
### 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.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.5"
version = "0.3.6"
edition = "2021"
authors = ["Zhenyuan Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 18c5338

Please sign in to comment.