Skip to content

Commit 319e8b0

Browse files
committed
Release 0.25.0
1 parent 981b2c9 commit 319e8b0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.25.0] - 01 Mar 2025
4+
5+
- Fixed a bug/crash in the new `mull-reporter` (by [tvoskui](https://github.com/tvoskui)) [#1086](https://github.com/mull-project/mull/issues/1086) [#1087](https://github.com/mull-project/mull/pull/1087)
6+
- The original check run is now reports an error instead of a warning in case of failure [#1080](https://github.com/mull-project/mull/pull/1080)
7+
- Added precompiled `arm64` Ubuntu packages [#1084](https://github.com/mull-project/mull/pull/1084)
8+
9+
- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2024-12-19..2025-03-01)
10+
311
## [0.24.0] - 18 Dec 2024
412

513
- Added LLVM 18 support [#1061](https://github.com/mull-project/mull/pull/1061)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
if(NOT MULL_VERSION)
4-
set(MULL_VERSION 0.24.0)
4+
set(MULL_VERSION 0.25.0)
55
endif()
66

77
project(Mull LANGUAGES C CXX)

docs/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Installation
33

44
.. include:: ./_support.rst
55

6-
Mull comes with a number of precompiled binaries for macOS and Ubuntu.
6+
Mull comes with a number of precompiled binaries for macOS (`arm64`) and Ubuntu (`x86_64` and `arm64`).
77
There are two flavors of packages:
88

99
- `stable <https://cloudsmith.io/~mull-project/repos/mull-stable/packages/>`_ - tagged releases (0.8.0, 0.9.0, etc.)

0 commit comments

Comments
 (0)