mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-28 15:28:34 +01:00
Compare commits
No commits in common. "dd3fc6b85dbea10ae1519214e12f69551af71ebf" and "ecc0c3b963d10bdece5485eb058a23ea4dee1405" have entirely different histories.
dd3fc6b85d
...
ecc0c3b963
2 changed files with 3 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
||||||
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.
|
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.
|
||||||
|
|
||||||
Jump to version:
|
Jump to version:
|
||||||
- [7.0.1](#701-in-development)
|
- [7.0.0](#700-in-development)
|
||||||
- [7.0.0](#700)
|
|
||||||
- [6.3.1](#631)
|
- [6.3.1](#631)
|
||||||
- [6.3.0](#630)
|
- [6.3.0](#630)
|
||||||
- [6.2.0](#620)
|
- [6.2.0](#620)
|
||||||
|
@ -14,11 +13,7 @@ Jump to version:
|
||||||
- [5.1.0](#510)
|
- [5.1.0](#510)
|
||||||
- [5.0.0](#500)
|
- [5.0.0](#500)
|
||||||
|
|
||||||
## 7.0.1 (In Development)
|
## 7.0.0 (In Development)
|
||||||
|
|
||||||
No code changes
|
|
||||||
|
|
||||||
## 7.0.0
|
|
||||||
|
|
||||||
### MLEM
|
### MLEM
|
||||||
Additions
|
Additions
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#tool dotnet:?package=docfx&version=2.75.3
|
#tool dotnet:?package=docfx&version=2.75.3
|
||||||
|
|
||||||
// this is the upcoming version, for prereleases
|
// this is the upcoming version, for prereleases
|
||||||
var version = Argument("version", "7.0.1");
|
var version = Argument("version", "7.0.0");
|
||||||
var target = Argument("target", "Default");
|
var target = Argument("target", "Default");
|
||||||
var gitRef = Argument("ref", "refs/heads/main");
|
var gitRef = Argument("ref", "refs/heads/main");
|
||||||
var buildNum = Argument("buildNum", "");
|
var buildNum = Argument("buildNum", "");
|
||||||
|
|
Loading…
Reference in a new issue