Skip to content

Commit

Permalink
Update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrivet committed Mar 17, 2024
1 parent 8da2c2e commit ab72185
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.8.0-dev+2024-02-10
current_version = 5.8.0-stable+2024-03-17
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?\+(?P<date>\d{4}\-\d{2}\-\d{2})
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ADVi3++ Changelog

## 5.8.0 (2024-03-17)

* **#344** - [Leveling state is not restored after homing](https://github.com/andrivet/ADVi3pp/issues/344)
* **#343** - [X-Twist compensation is broken](https://github.com/andrivet/ADVi3pp/issues/343)
* **#342** - [Synchronise sources with Marlin 2.1.2.2 (prepare Input Shaping for version 6.0)](https://github.com/andrivet/ADVi3pp/issues/342)
* **#337** - [Manual Leveling does not check bed temperature and does not home](https://github.com/andrivet/ADVi3pp/issues/337)
* **#335** - [Tuning Extruder: the flowrate is incorrect](https://github.com/andrivet/ADVi3pp/issues/335)
* **#334** - [Extruder tuning - measurement image missing 5.7.x](https://github.com/andrivet/ADVi3pp/issues/334)

## 5.7.1 (2023-10-08)

* **#338** - [When a M0/M1 command is sent, the LCD display does not have a button to resume the print](https://github.com/andrivet/ADVi3pp/issues/338)
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* vendor name, download location, GitHub account, etc.
*/
#ifndef DETAILED_BUILD_VERSION
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (" ADVi3PP_NAME " 5.8.0-dev)"
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (" ADVi3PP_NAME " 5.8.0)"
#endif

/**
Expand All @@ -59,7 +59,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2024-02-10"
#define STRING_DISTRIBUTION_DATE "2024-03-17"
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion Scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version="5.8.0-dev"
version="5.8.0"

0 comments on commit ab72185

Please sign in to comment.