Skip to content

Commit ec3887f

Browse files
committed
Update version and CHANGELOG
1 parent f3e02a6 commit ec3887f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/dmorawetz/cargo-rpmstatus/compare/v0.1.0...main)
3+
## [Unreleased](https://github.com/dmorawetz/cargo-rpmstatus/compare/v0.2.2...main)
44

5+
## [0.2.2](https://github.com/dmorawetz/cargo-rpmstatus/compare/v0.2.1...v0.2.2)
56

6-
### Features
7+
- Loosen version requirements
8+
- Drop the bundled sqlite dependency (needs to be installed separately)
79

810
## [0.2.1](https://github.com/dmorawetz/cargo-rpmstatus/compare/v0.2.0...v0.2.1)
911

1012
- Clarify licensing
1113

1214
## [0.2.0](https://github.com/dmorawetz/cargo-rpmstatus/compare/v0.1.0...v0.2.0)
1315

14-
1516
### Features
1617

1718
- Get dependency packaging info for .crate files (as downloaded with `rust2rpm -s`)

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-rpmstatus"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "cargo-tree for RPM packaging"
55
authors = ["Daniel Morawetz <daniel@morawetz.dev",
66
"kpcyrd <git@rxv.cc>",

0 commit comments

Comments
 (0)