Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Nov 1, 2023
1 parent 51d0754 commit eea93b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Changelog

## [1.8.1] - Unreleased
## [1.8.1] - 01-11-2023

### Added

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Version 1.8 added the following new major features.
- complete redesign of serial communications to support and deal with multi-stream/origins.
- complete redesign of multi-stepper axis and self-squaring axis.
- initial support for Scara kinematics
- endpoint interface module to allow development of web services and REST modules for WiFi (available on v1.8.1)

Version 1.7 added a new major feature.

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 ".0"
#define CNC_PATCH_VERSION ".1"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit eea93b6

Please sign in to comment.