Skip to content

Commit

Permalink
Add release notes and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Jan 1, 2025
1 parent 1a29024 commit cbcd08f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion docs/UnityChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/unity.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbcd08f

Please sign in to comment.