Skip to content

Commit

Permalink
bump upcoming version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Sep 14, 2024
1 parent 44388c0 commit c5f4fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.

Jump to version:
- [7.1.2](#712-in-development)
- [7.1.1](#711)
- [7.1.0](#710)
- [7.0.0](#700)
Expand All @@ -15,6 +16,10 @@ Jump to version:
- [5.1.0](#510)
- [5.0.0](#500)

## 7.1.2 (In Development)

No code changes

## 7.1.1

### MLEM
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#tool dotnet:?package=docfx&version=2.75.3

// this is the upcoming version, for prereleases
var version = Argument("version", "7.1.1");
var version = Argument("version", "7.1.2");
var target = Argument("target", "Default");
var gitRef = Argument("ref", "refs/heads/main");
var buildNum = Argument("buildNum", "");
Expand Down

0 comments on commit c5f4fd2

Please sign in to comment.