Skip to content

Commit 61c175c

Browse files
committed
Update change logs and release number
1 parent 29ded9a commit 61c175c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.4.2-dev+2022-08-01
2+
current_version = 5.4.2-stable+2022-08-03
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# ADVi3++ Changelog
22

3-
## 5.4.0 (2022-07-17)
3+
## 5.4.2 (2022-08-03)
4+
5+
* **#298** - [The computation of the Extruder Tuning is wrong](https://github.com/andrivet/ADVi3pp/issues/298)
6+
* **#297** - [The firmware does not take into account arguments for the M300 code](https://github.com/andrivet/ADVi3pp/issues/297)
7+
* **#293** - [BLTouch - warning on transposed black and white wires](https://github.com/andrivet/ADVi3pp/issues/293)
8+
9+
## 5.4.1 (2022-07-17)
410

511
* **#292** - [LCD and beeper settings are not saved or taken into account](https://github.com/andrivet/ADVi3pp/issues/292)
612

Scripts/version.sh

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

0 commit comments

Comments
 (0)