Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

## [1.11.0] - 2026-02-04

### Added
- **Copyright Headers**: Added standard license headers to all source, include, test, and script files.
- **License**: Switched to `PolyForm-Noncommercial-1.0.0` for all core library components.

### Fixed
- **CI/CD**: Resolved issue in release workflow where `coverage_summary.txt` was not generated.

## [1.10.0] - 2026-02-04

### Added
Expand Down
4 changes: 2 additions & 2 deletions include/uds/uds_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ extern "C" {
#define UDS_VERSION_MAJOR 1

/** Minor version number (backward-compatible functionality) */
#define UDS_VERSION_MINOR 11
#define UDS_VERSION_MINOR 10

/** Patch version number (backward-compatible bug fixes) */
#define UDS_VERSION_PATCH 0

/** Full version string */
#define UDS_VERSION_STR "1.11.0"
#define UDS_VERSION_STR "1.10.0"

/** Version as a single integer for comparison (MMmmpp format) */
#define UDS_VERSION_INT \
Expand Down
Loading