Skip to content

Commit

Permalink
🔖 [beta-11] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 23, 2024
1 parent 148a1b3 commit 717787c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)

project(Coollab)
set(COOLLAB_VERSION "beta-11 WIP")
set(COOLLAB_VERSION "beta-11")
add_executable(${PROJECT_NAME})
add_library(Coollab-Properties INTERFACE) # This is needed by both Coollab and its tests
target_link_libraries(${PROJECT_NAME} PRIVATE Coollab-Properties)
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

- [🐣beta-11 WIP](#beta-11-wip)
- [🐣beta-11](#beta-11)
- [🐣beta-10](#beta-10)
- [🐣beta-9](#beta-9)
- [🐣beta-8](#beta-8)
Expand All @@ -13,7 +13,7 @@
- [🐣beta-1](#beta-1)
- [🐣beta-0](#beta-0)

## 🐣beta-11 WIP
## 🐣beta-11

- ✨ Added particles! This a very promising prototype that you can already use today. An important overhaul of the system will come at some point in a (probably distant) future. (NB: Unfortunately particles are not currently available on MacOS, and will not be for a very long while).
![Particles](https://github.com/CoolLibs/Lab/assets/45451201/7a8da2ef-df37-44fe-bf93-6cd37638c9f6)
Expand Down

0 comments on commit 717787c

Please sign in to comment.