Skip to content

Commit

Permalink
🎉 [beta-16] Started
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Mar 12, 2024
1 parent 769080f commit b7a8e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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-15")
set(COOLLAB_VERSION "beta-16 WIP")
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
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- [🐣beta-16 WIP](#beta-16-wip)
- [🐣beta-15](#beta-15)
- [🐣beta-14](#beta-14)
- [🐣beta-13](#beta-13)
Expand All @@ -17,6 +18,8 @@
- [🐣beta-1](#beta-1)
- [🐣beta-0](#beta-0)

## 🐣beta-16 WIP

## 🐣beta-15

- ✨ Added a Time Speed on the timeline, which allows you to slow down or speed up your entire animation easily.
Expand Down

0 comments on commit b7a8e2f

Please sign in to comment.