Skip to content

Commit

Permalink
Bump version to v0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Dec 4, 2022
1 parent d349e22 commit 4e2f0a6
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.5] - 2022-12-4
### Changed
- Do TAA color clipping on instance miss. ([b736703](https://github.com/cryscan/bevy-hikari/tree/b73670378dab3103e4e5603e5d7e60af76188906))

### Fixed
- Suppress bloom fireflies. ([252ee68](https://github.com/cryscan/bevy-hikari/tree/252ee68964e97574c6c43f5ca7b215697e515546))

## [0.3.4] - 2022-12-2
### Changed
- Apply firefly filtering to emissive lighting. ([e7c8c52](https://github.com/cryscan/bevy-hikari/tree/e7c8c52526404724d8a2d6d55e22bc62f0e9ae02))
Expand Down Expand Up @@ -29,6 +36,7 @@
### Removed
- Disable denoiser's temporal accumulation. ([97c4081](https://github.com/cryscan/bevy-hikari/tree/97c4081df6dee24d6e11df2ea0059a4126795d62))

[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
[0.3.2]: https://github.com/cryscan/bevy-hikari/commits/v0.3.2
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.4"
version = "0.3.5"
edition = "2021"
authors = ["Zhenyuan Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4e2f0a6

Please sign in to comment.