Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrivet committed May 1, 2022
1 parent b6d041d commit fb6333a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.2.0-dev+2022-04-02
current_version = 5.2.0-stable+2022-05-01
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: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# ADVi3++ Changelog

## 5.2.0 (2022-05-01)

* **#278** - Hide gcode files where the file name starts with a period
* **#276** - Files with the letter "å" in the file name do not appear correctly
* **#21** - Implement file management
* Change slightly the font

## 5.1.1 (2022-03-29)

* **#283** - Automatic bed leveling is reporting 0 for all points

## 5.1.0 (2022-03-25)

* Align ADVi3++ with upstream latest release of Marlin (2.0.9.3)
* **#79** - Support for filament runout sensors
* **#263** - Use G-Code M256 (set brightness) instead of M250 (set contrast)
* **#268** - Fix Z height not saved and 0.1mm less than expected
* **#271** - Fix pin #6 displayed as an output in the I/O screen
* **#79** - Support for filament runout sensors

## 5.0.3 (2022-02-27)

Expand Down
2 changes: 1 addition & 1 deletion Scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function pause(){
read -r -s -k "?$*"$'\n'
}

version="5.2.0-dev"
version="5.2.0"

scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ret=$?; if [[ $ret != 0 ]]; then exit $ret; fi
Expand Down

0 comments on commit fb6333a

Please sign in to comment.