r2d2-alpm 0.2.1

R2D2 resource pools for managing ALPM connections.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# r2d2-alpm

## 0.2.1 (2024-09-15)

#### Fixed

- Account for newest Pacman and `alpm` version.

## 0.2.0 (2023-03-19)

#### Added

- A wrapper `Alpm` struct around `alpm::Alpm`. This allows `ManageConnection` to
  be implemented again, thus supporting Version 3 of `alpm`.
  
#### Changed

- `ManageConnection::Connection` now yields the new wrapper type.