diff --git a/CHANGELOG.md b/CHANGELOG.md index b62641f..b8086c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/angelocarly/cen/compare/v0.0.3...v0.0.4) - 2024-11-26 + +### Other + +- Add fullscreen option +- Upgrade winit to 0.30.5 +- Remove unneeded comment +- Fix examples +- Mutable rendercomponent +- Add update func and use GpuHandle to keep track of cb objects +- Use WindowState instead of Window in the renderer +- Use reference instead of box +- Add very basic buffer bindings +- Add compute example +- Rename basic example to empty +- Make binding call public +- Add binding call to image +- Allow binding multiple push descriptors +- Change logging message from 'kiyo' to 'cen' +- Use PipelineKey instead of DefaultKey + ## [0.0.3](https://github.com/angelocarly/cen/compare/v0.0.2...v0.0.3) - 2024-10-19 ### Other diff --git a/Cargo.toml b/Cargo.toml index 236aceb..8a11054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cen" -version = "0.0.3" +version = "0.0.4" edition = "2021" authors = ["Angelo Carly