Skip to content

Commit bdcc4e9

Browse files
committed
Release 0.21.1
1 parent 6f7122d commit bdcc4e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [0.21.1] - 30 Jun 2023
4+
5+
- No real changes, just added Ubuntu 22.04 packages [#1015](https://github.com/mull-project/mull/pull/1015)
6+
7+
- [All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2023-06-03..2023-06-30)
8+
39
## [0.21.0] - 02 Jun 2023
410

511
- Fixed wrong diff generation [#1025](https://github.com/mull-project/mull/issues/1025) [#1023](https://github.com/mull-project/mull/issues/1023)

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.21.0)
4+
set (MULL_VERSION 0.21.1)
55
endif()
66

77
project(Mull

0 commit comments

Comments
 (0)