Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Apr 26, 2023
1 parent c1c63a9 commit 14c0326
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@

# Changelog

## [1.6.1] - 26-04-2023

### Added

- added EEPROM emulation to STM32F4 mcu boards (#370)
- added Bluetooth support for RP2040 (#364)

### Changed

- better STM32 variants support and configuration (#371)

### Fixed

- fixed missing UART RX PULLUP configuration that caused random character input stream on noisy environments, leading to random error messages and deadlocks (#369)
- fixed RAM_ONLY_SETTINGS option that was default in v1.6.0 pre builds (#369)

## [1.6.0] - 17-04-2023

### Added
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.6"
#define CNC_PATCH_VERSION ".1-pre"
#define CNC_PATCH_VERSION ".1"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit 14c0326

Please sign in to comment.