Add release notes and bump version.

This commit is contained in:
Mark VanderVoord
2025-01-01 11:53:54 -05:00
parent 1a29024cc7
commit cbcd08fa7d
2 changed files with 18 additions and 2 deletions

View File

@ -13,7 +13,23 @@ Prior to 2008, the project was an internal project and not released to the publi
## Log
### Unity 2.6.0 ()
### Unity 2.6.1 (Jan 2025)
New Features:
- Add `-n` comand line option as strict matcher again
Significant Bugfixes:
- Protect against problems when mis-matched command line options selected
Other:
- Protect against Conversion warnings in gcc
- Remove Redundant line-casts
- Make more internal functions static
### Unity 2.6.0 (Mar 2024)
New Features:

View File

@ -11,7 +11,7 @@
#define UNITY_VERSION_MAJOR 2
#define UNITY_VERSION_MINOR 6
#define UNITY_VERSION_BUILD 0
#define UNITY_VERSION_BUILD 1
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
#ifdef __cplusplus