Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Nov 3, 2023
1 parent 60ecccf commit fbc0b47
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.2] - 03-11-2023

### Fixed

- fixed random stalls at the end of a deacceleration motion to a full stop. Under particular condition and due to float rounding errors speed may reach negative values and the motion being unable to continue. (#558)

## [1.8.1] - 01-11-2023

### Added
Expand Down Expand Up @@ -1387,6 +1393,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.8.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.2
[1.8.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.1
[1.8.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.0
[1.7.6]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.6
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 ".1"
#define CNC_PATCH_VERSION ".2"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit fbc0b47

Please sign in to comment.