Skip to content

Commit d6d1e42

Browse files
committed
docs: Update ChangeLog and README.md for 11.3.1
1 parent 8b37f7a commit d6d1e42

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
2026-04-09 Mintsuki <mintsuki@protonmail.com>
22

3-
*** Release 11.3.0 ***
3+
*** Release 11.3.1 ***
4+
5+
(Note: 11.3.0 was skipped due to GHA migration issues)
46

57
Noteworthy changes compared to the previous release, 11.2.1:
68

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `11.x` branch, one can do
7777
```bash
7878
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.x-binary --depth=1
7979
```
80-
or, to clone a specific binary point release (for example `11.3.0`):
80+
or, to clone a specific binary point release (for example `11.3.1`):
8181
```bash
82-
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.3.0-binary --depth=1
82+
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.3.1-binary --depth=1
8383
```
8484

8585
In order to rebuild host utilities like `limine`, simply run `make` in the binary

0 commit comments

Comments
 (0)