Skip to content

Commit

Permalink
🚀 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Dec 4, 2023
1 parent 799e940 commit 829031a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.6] - 2023-12-03
### Fixed
- Fixed crash and/or inability to switch the Scene Collection when there is a circular reference of sources
- Fixed parameter source with transparency not rendering correctly
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ endif()

if(DEV_MODE EQUAL 1)
add_compile_definitions(DEV_MODE)
project(shadertastic-dev VERSION 0.0.5)
project(shadertastic-dev VERSION 0.0.6)
else()
project(shadertastic VERSION 0.0.5)
project(shadertastic VERSION 0.0.6)
endif()
set(PROJECT_FULL_NAME "Shadertastic")

Expand Down

0 comments on commit 829031a

Please sign in to comment.