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 2552c10 commit 93bc0cdCopy full SHA for 93bc0cd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## alpm v2.2.2 (2023-05-07)
4
+
5
+### Fixed
6
7
+- Fix segfault when calling groups
8
9
## alpm-utils v1.1.2 (2022-02-16)
10
11
### Breaking
@@ -10,7 +16,7 @@
16
17
### Fixed
12
18
13
-- Revery breaking change that broke existing user code
19
+- Revert breaking change that broke existing user code
14
20
15
21
## alpm v2.2.0 (2021-12-09)
22
alpm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alpm"
-version = "2.2.1"
+version = "2.2.2"
authors = ["morganamilo <[email protected]>"]
readme = "../README.md"
edition = "2018"
0 commit comments