From b7a8e2fe6890c674e6afd826bb80fba8be140839 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Tue, 12 Mar 2024 19:05:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20[beta-16]=20Started?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e22fe7de..d885eef5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/changelog.md b/changelog.md index 25399088..7401e889 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # Changelog +- [🐣beta-16 WIP](#beta-16-wip) - [🐣beta-15](#beta-15) - [🐣beta-14](#beta-14) - [🐣beta-13](#beta-13) @@ -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.