Skip to content

Commit be81f28

Browse files
committed
version bump
1 parent d2123cc commit be81f28

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
µCNC - A universal CNC firmware for microcontrollers
66

77
# Changelog
8+
9+
## [1.12.3] - 26-06-2025
10+
11+
### Added
12+
13+
- allow storing HMapping (G39) in non volatile memory (Grbl settings) (#865)
14+
15+
### Fixed
16+
17+
- fixed block speed synchronization in the interpolator after (planner block transition speed synchronization) (#873)
18+
19+
820
## [1.12.2] - 05-05-2025
921

1022
### Added
@@ -1905,6 +1917,7 @@ Version 1.1.0 comes with many added features and improvements over the previous
19051917

19061918
### Initial release
19071919

1920+
[1.12.3]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.3
19081921
[1.12.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.2
19091922
[1.12.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.1
19101923
[1.12.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.0

uCNC/src/cnc_build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C"
2525
#endif
2626

2727
#define CNC_MAJOR_MINOR_VERSION "1.12"
28-
#define CNC_PATCH_VERSION ".2"
28+
#define CNC_PATCH_VERSION ".3"
2929

3030
#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION
3131

0 commit comments

Comments
 (0)