Skip to content

Commit ab72185

Browse files
committed
Update version and change log
1 parent 8da2c2e commit ab72185

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.8.0-dev+2024-02-10
2+
current_version = 5.8.0-stable+2024-03-17
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?\+(?P<date>\d{4}\-\d{2}\-\d{2})

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ADVi3++ Changelog
22

3+
## 5.8.0 (2024-03-17)
4+
5+
* **#344** - [Leveling state is not restored after homing](https://github.com/andrivet/ADVi3pp/issues/344)
6+
* **#343** - [X-Twist compensation is broken](https://github.com/andrivet/ADVi3pp/issues/343)
7+
* **#342** - [Synchronise sources with Marlin 2.1.2.2 (prepare Input Shaping for version 6.0)](https://github.com/andrivet/ADVi3pp/issues/342)
8+
* **#337** - [Manual Leveling does not check bed temperature and does not home](https://github.com/andrivet/ADVi3pp/issues/337)
9+
* **#335** - [Tuning Extruder: the flowrate is incorrect](https://github.com/andrivet/ADVi3pp/issues/335)
10+
* **#334** - [Extruder tuning - measurement image missing 5.7.x](https://github.com/andrivet/ADVi3pp/issues/334)
11+
312
## 5.7.1 (2023-10-08)
413

514
* **#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)

Marlin/src/inc/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* vendor name, download location, GitHub account, etc.
5151
*/
5252
#ifndef DETAILED_BUILD_VERSION
53-
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (" ADVi3PP_NAME " 5.8.0-dev)"
53+
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (" ADVi3PP_NAME " 5.8.0)"
5454
#endif
5555

5656
/**
@@ -59,7 +59,7 @@
5959
* version was tagged.
6060
*/
6161
#ifndef STRING_DISTRIBUTION_DATE
62-
#define STRING_DISTRIBUTION_DATE "2024-02-10"
62+
#define STRING_DISTRIBUTION_DATE "2024-03-17"
6363
#endif
6464

6565
/**

Scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version="5.8.0-dev"
1+
version="5.8.0"

0 commit comments

Comments
 (0)