Skip to content

Commit

Permalink
Rename project to 'Mist'
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Aug 4, 2022
1 parent 48e176b commit eacde67
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 162 deletions.
14 changes: 0 additions & 14 deletions .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ local deploy() = {
ssh_key: {from_secret: "ssh_key"}
},
commands: [".drone/scripts/publish-mpr.sh"]
},

{
name: "publish-crates-io",
image: "proget.makedeb.org/docker/makedeb/makedeb:ubuntu-jammy",
environment: {
CARGO_REGISTRY_TOKEN: {from_secret: "crates_api_key"}
},
commands: [
".drone/scripts/setup-pbmpr.sh",
"sudo apt-get install cargo libssl-dev pkg-config libapt-pkg-dev -y",
"rm makedeb/mpr-cli -rf",
"cargo publish"
]
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] 2022-08-03
### Changed
Renamed project to `Mist`.

## [0.5.0] - 2022-07-23
### Added
- Added `update` command.
Expand Down
Loading

0 comments on commit eacde67

Please sign in to comment.