Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Mar 29, 2024
1 parent 61197e2 commit fa8e46a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

# Changelog

## [1.8.10] - 29-03-2024

### Fixed

- prevent floating point round errors in speed calculations when time slices a too small (#673)

## [1.8.9] - 26-03-2024

## Contributors
Expand Down Expand Up @@ -1561,6 +1567,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.8.10]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.10
[1.8.9]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.9
[1.8.8]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.8
[1.8.7]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.7
Expand Down
2 changes: 1 addition & 1 deletion uCNC/src/cnc_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern "C"
#endif

#define CNC_MAJOR_MINOR_VERSION "1.8"
#define CNC_PATCH_VERSION ".9"
#define CNC_PATCH_VERSION ".10"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit fa8e46a

Please sign in to comment.