Skip to content

Commit

Permalink
🔖 [beta-14] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 27, 2024
1 parent 66bbef2 commit 40cca76
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-14 WIP")
set(COOLLAB_VERSION "beta-14")
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-14 WIP](#beta-14-wip)
- [🐣beta-14](#beta-14)
- [🐣beta-13](#beta-13)
- [🐣beta-12](#beta-12)
- [🐣beta-11](#beta-11)
Expand All @@ -16,7 +16,7 @@
- [🐣beta-1](#beta-1)
- [🐣beta-0](#beta-0)

## 🐣beta-14 WIP
## 🐣beta-14

- ✨ You can now create your own nodes! [Read the tutorial](https://coollab-art.com/Tutorials/Writing%20Nodes/Intro) to learn everything you need to know.
- 🐛 Fixed: Plugging a link into an input pin that already has a link now removes the old link. (This bug was introduced in the previous version).
Expand Down

0 comments on commit 40cca76

Please sign in to comment.