Skip to content

Commit

Permalink
Refactor ManHandler (#23)
Browse files Browse the repository at this point in the history
* refactor: rename ManHandler to PkgManagerHandler

* refactor: moved test inside lib

* chore: cargo fmt and cargo clippy

* feat: version bumped to 0.4.0

* chore: removes Cargo.lock file for now

* chore: deps update

* chore: inner API name changes
  • Loading branch information
dilawar authored Apr 4, 2024
1 parent d3ed642 commit b5d94ae
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 895 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-04-05

- Adds support for zypper (openSUSE).
- ManHandler renamed to PkgManagerHandler

## [0.3.1] - 2024-01-04

- refactor: Merged workspace into single crate
Expand Down
Loading

0 comments on commit b5d94ae

Please sign in to comment.