Skip to content

Commit

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

## [0.3.13] - 2022-12-11
## [0.3.14] - 2022-12-11
### Changed
- Make SMAA Tu4x ratio 2.0 the default setting.

## [0.3.11] - 2022-12-9
### Changed
- Implement long short history color clamping to fight ghosting.

## [0.3.10] - 2022-12-8
### Changed
- SMAA now re-projects and clamps previous frame pixels in a much more cleaver way,
Expand Down Expand Up @@ -75,8 +71,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.12]: https://github.com/cryscan/bevy-hikari/commits/v0.3.12
[0.3.11]: https://github.com/cryscan/bevy-hikari/commits/v0.3.11
[0.3.14]: https://github.com/cryscan/bevy-hikari/commits/v0.3.14
[0.3.10]: https://github.com/cryscan/bevy-hikari/commits/v0.3.10
[0.3.9]: https://github.com/cryscan/bevy-hikari/commits/v0.3.9
[0.3.8]: https://github.com/cryscan/bevy-hikari/commits/v0.3.8
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.13"
version = "0.3.14"
edition = "2021"
authors = ["Zhenyuan Zhang <cryscan@umich.edu>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 832985d

Please sign in to comment.