We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7122d commit bdcc4e9Copy full SHA for bdcc4e9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## [0.21.0] - 02 Jun 2023
10
11
- Fixed wrong diff generation [#1025](https://github.com/mull-project/mull/issues/1025) [#1023](https://github.com/mull-project/mull/issues/1023)
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
if (NOT MULL_VERSION)
-set (MULL_VERSION 0.21.0)
+set (MULL_VERSION 0.21.1)
endif()
project(Mull
0 commit comments