Skip to content

Commit 3b36837

Browse files
committed
chore: Bump version to 2025.12.8
This also removes the leading zero in the `PATCH` field, to maintain backward compatibility with Semantic Versioning.
1 parent a4af85c commit 3b36837

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
33
"name": "CRSFforArduino",
4-
"version": "2025.12.07",
4+
"version": "2025.12.8",
55
"description": "An Arduino Library for communicating with ExpressLRS and TBS Crossfire receivers.",
66
"keywords": "arduino, remote-control, arduino-library, protocols, rc, radio-control, crsf, expresslrs",
77
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CRSFforArduino
2-
version=2025.12.07
2+
version=2025.12.8
33
author=Cassandra Robinson <nicad.heli.flier@gmail.com>
44
maintainer=Cassandra Robinson <nicad.heli.flier@gmail.com>
55
sentence=CRSF for Arduino brings the Crossfire Protocol to the Arduino ecosystem.

src/CFA_Config.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ namespace crsfForArduinoConfig
3535
Versioning is based on a rolling release model
3636
and is backwards-compatible with Semantic Versioning 2.0.0.
3737
See https://semver.org/ for more information. */
38-
#define CRSFFORARDUINO_VERSION "2025.12.07"
39-
#define CRSFFORARDUINO_VERSION_DATE "2025-12-07"
38+
#define CRSFFORARDUINO_VERSION "2025.12.8"
39+
#define CRSFFORARDUINO_VERSION_DATE "2025-12-08"
4040
#define CRSFFORARDUINO_VERSION_MAJOR 2025
4141
#define CRSFFORARDUINO_VERSION_MINOR 12
42-
#define CRSFFORARDUINO_VERSION_PATCH 7
42+
#define CRSFFORARDUINO_VERSION_PATCH 8
4343

4444
// This is set to 1 if the version is a pre-release version.
4545
#define CRSFFORARDUINO_VERSION_IS_PRERELEASE 0

0 commit comments

Comments
 (0)