Skip to content

Commit

Permalink
Add cache modification functionality (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Sep 25, 2022
1 parent 41d0721 commit 8026ecb
Show file tree
Hide file tree
Showing 33 changed files with 2,689 additions and 1,209 deletions.
2 changes: 1 addition & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local deploy() = {
commands: [
"sudo chown 'makedeb:makedeb' ./ -R",
".drone/scripts/setup-pbmpr.sh",
"sudo apt-get install cargo libssl-dev pkg-config libapt-pkg-dev -y",
"sudo apt-get install rustup libssl-dev pkg-config libapt-pkg-dev -y",
"cargo fmt --check",
"cargo clippy -- -D warnings"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
sudo chown 'makedeb:makedeb' ./ -R
.drone/scripts/setup-pbmpr.sh
sudo apt-get install cargo libssl-dev pkg-config libapt-pkg-dev -y
sudo apt-get install rustup libssl-dev pkg-config libapt-pkg-dev -y
cargo fmt --check
cargo clippy -- -D warnings
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2022-09-25
### Added
- Added `install` command.
- Added `upgrade` command.
- Added `remove` command.
- Added `list` command.

### Removed
- Removed `info` command.

## [0.8.0] - 2022-08-04
### Changed
- Renamed project back to `Mist`.
Expand Down
Loading

0 comments on commit 8026ecb

Please sign in to comment.