Skip to content
# Release 1.2.0

The major change for this release is to align more closely to modern CMake guidelines, simplify API and cleanup the project.

For example, now after inclusion, a user can simply to this to enable warning flags :

```cmake
target_link_libraries(my_target PRIVATE Aidge::warnings)
```
Here are a few changes :

- Add Tracy utilities
- Add config header
- Rework CMakePresets.json for a cleaner and more functional approach
- Cleanup both projects and generated scripts
- General maintenance (documentation, bug fixing, standardisation)