Prepare 1.0.2 release

- Update noise link to newer version
This commit is contained in:
Marcin Konowalczyk 2025-01-15 16:05:03 +00:00 committed by Christophe
parent 7a878c2372
commit c8132b31f7

View file

@ -105,7 +105,7 @@ target_link_libraries(main PRIVATE glm::glm)
## Release notes
### [GLM 1.0.2](https://github.com/g-truc/glm/tree/master) - 2024-0X-XX
### [GLM 1.0.2](https://github.com/g-truc/glm/tree/master) - 2025-0X-XX
#### Improvements:
- Unit tests are not build by default, `GLM_BUILD_TESTS` set to `ON` required.