Skip to content

Commit 93bc0cd

Browse files
committed
alpm v2.2.2
1 parent 2552c10 commit 93bc0cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## alpm v2.2.2 (2023-05-07)
4+
5+
### Fixed
6+
7+
- Fix segfault when calling groups
8+
39
## alpm-utils v1.1.2 (2022-02-16)
410

511
### Breaking
@@ -10,7 +16,7 @@
1016

1117
### Fixed
1218

13-
- Revery breaking change that broke existing user code
19+
- Revert breaking change that broke existing user code
1420

1521
## alpm v2.2.0 (2021-12-09)
1622

alpm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alpm"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
authors = ["morganamilo <[email protected]>"]
55
readme = "../README.md"
66
edition = "2018"

0 commit comments

Comments
 (0)