Skip to content

Commit 1795190

Browse files
committed
Update version
1 parent 93eba46 commit 1795190

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-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.5.1-dev+2022-12-12
2+
current_version = 5.5.1-stable+2023-01-07
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ADVi3++ Changelog
22

3+
## 5.5.1 (2023-01-07)
4+
5+
* **#324** - [For some users, Load and Unload commands get stuck on Please wait screen](https://github.com/andrivet/ADVi3pp/issues/324)
6+
* **#320** - [BLTouch Testing: when choosing "Yes Slowly" on the red LED blinking step, the instructions are contradictory](https://github.com/andrivet/ADVi3pp/issues/320)
7+
38
## 5.5.0 (2022-11-02)
49

510
* **#318** - [Thermal runaway error is not always displayed on the LCD screen](https://github.com/andrivet/ADVi3pp/issues/318)
26 Bytes
Binary file not shown.

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.5.0)"
53+
#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (" ADVi3PP_NAME " 5.5.1)"
5454
#endif
5555

5656
/**
@@ -59,7 +59,7 @@
5959
* version was tagged.
6060
*/
6161
#ifndef STRING_DISTRIBUTION_DATE
62-
#define STRING_DISTRIBUTION_DATE "2022-11-02"
62+
#define STRING_DISTRIBUTION_DATE "2023-01-07"
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.5.1-dev"
1+
version="5.5.1"

0 commit comments

Comments
 (0)