1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-24 13:38:34 +01:00

Compare commits

..

No commits in common. "25efa0bd50f1af09f8a5454ee78de9f1a719b2d4" and "57567080108d37f3a9a16930994b0df47ffad59f" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View file

@ -1,15 +1,12 @@
# Changelog
MLEM uses [semantic versioning](https://semver.org/).
This changelog also contains information on versions that have yet to be released. The changelog for unreleased versions might be edited over time as new features get added, changed or removed. To see the newest released version's code, check out the [release branch](https://github.com/Ellpeck/MLEM/tree/release).
The newest version in this changelog is the one that is currently in development. The changelog for unreleased versions might be edited over time as new features get added, changed or removed. To see the newest released version, check out the [release branch](https://github.com/Ellpeck/MLEM/tree/release).
Jump to version:
- [5.1.0 (Unreleased)](#510-unreleased)
- [5.0.0](#500)
- [5.0.0 (Unreleased)](#500-unreleased)
## 5.1.0 (Unreleased)
## 5.0.0
## 5.0.0 (Unreleased)
### MLEM
Additions
- Added some Collection extensions, namely for dealing with combinations

View file

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