1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-26 06:16:59 +02:00

bump version

This commit is contained in:
Ell 2022-04-08 14:50:14 +02:00
parent a1c5b8e2d6
commit 62d2b28ec0
2 changed files with 4 additions and 1 deletions

View file

@ -2,11 +2,14 @@
MLEM tries to adhere to [semantic versioning](https://semver.org/). Breaking changes are written in **bold**.
Jump to version:
- [5.4.0 (Unreleased)](#540-unreleased)
- [5.3.0](#530)
- [5.2.0](#520)
- [5.1.0](#510)
- [5.0.0](#500)
## 5.4.0 (Unreleased)
## 5.3.0
### MLEM
Additions

View file

@ -2,7 +2,7 @@
#tool docfx.console&version=2.58.9
// this is the upcoming version, for prereleases
var version = Argument("version", "5.3.0");
var version = Argument("version", "5.4.0");
var target = Argument("target", "Default");
var branch = Argument("branch", "main");
var config = Argument("configuration", "Release");