File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## alpm v2.2.0 (2021-12-09)
4
+
5
+ ### Fixed
6
+
7
+ - Fix LoadedPackage::pkg() being unsound
8
+ - Use NonNull where possible
9
+ - Fix typos
10
+ - Fix AlpmList<Package > Not working for AlpmList<Pkg >
11
+
12
+ ### Added
13
+
14
+ - Add Alpm::release() to catch release errors
15
+ - Add docs for top level crate
16
+
3
17
## alpm v2.1.3 alpm-utils v1.1.2 (2021-10-11)
4
18
5
- ### Fixes
19
+ ### Fixed
6
20
7
- - Fix wrong alpm-sys dep 877aeb0
21
+ - Fix wrong alpm-sys dep
8
22
9
23
## alpm v2.1.2 alpm-utils v1.1.1 alpm-sys v2.1.2 (2021-10-11)
10
24
11
25
### Added
12
26
13
- - Add repository doc alias for db # 24
14
- - Add examples 2f9d159
27
+ - Add repository doc alias for db
28
+ - Add examples
15
29
16
30
## alpm v2.1.1 alpm-sys v2.1.1 (2021-09-05)
17
31
18
32
### Added
19
33
20
- - Add doc alias for Alpm::new() 30d8a9c
34
+ - Add doc alias for Alpm::new()
21
35
22
36
### Pacman-git
23
37
24
- - Bump git support to pacman-git@39c3cbdf 9b6270a af15433
38
+ - Bump git support to pacman-git@39c3cbdf
25
39
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " alpm"
3
- version = " 2.1.3 "
3
+ version = " 2.2.0 "
4
4
authors = [
" morganamilo <[email protected] >" ]
5
5
readme = " ../README.md"
6
6
edition = " 2018"
You can’t perform that action at this time.
0 commit comments