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, 2022
1 parent b2ad799 commit 2572f1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

# Changelog

## [1.5.5] - 01-11-2022

### Added

- added dummy configuration override files tu support [µCNC config builder web tool](https://paciente8159.github.io/uCNC-config-builder/) (#325)

### Fixed

- fixed PROBE ISR issues on STM32 (#322)
- removed deprecated config that prevented probe from working correctly if PROBE_ISR was not configured (#322)

## [1.5.4] - 25-10-2022

### Fixed
Expand Down Expand Up @@ -1051,6 +1062,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.5.5]: https://github.com/Paciente8159/uCNC/releases/tag/v1.5.5
[1.5.4]: https://github.com/Paciente8159/uCNC/releases/tag/v1.5.4
[1.5.3]: https://github.com/Paciente8159/uCNC/releases/tag/v1.5.3
[1.5.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.5.2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Heavily inspired by [Grbl](https://github.com/gnea/grbl) and [LinuxCNC](http://l

You can navigate the [project wiki](https://github.com/Paciente8159/uCNC/wiki) to find out more on how to use it.
You can expand µCNC using via modules. The available modules are at the [µCNC-modules repository](https://github.com/Paciente8159/uCNC-modules)
You can now also use [µCNC config builder web tool](https://paciente8159.github.io/uCNC-config-builder/) to generate the files needed to adapt µCNC to your board.

## Supporting the project

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.5"
#define CNC_PATCH_VERSION ".4"
#define CNC_PATCH_VERSION ".5"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit 2572f1d

Please sign in to comment.