Compare commits

..

No commits in common. "0.0.2-draft6" and "master" have entirely different histories.

3 changed files with 6 additions and 7 deletions

View file

@ -68,13 +68,12 @@ steps:
api_key: api_key:
from_secret: GITEA_TOKEN from_secret: GITEA_TOKEN
base_url: https://gitea.kube-it.de base_url: https://gitea.kube-it.de
title: target/VERSION title: VERSION
note: CHANGELOG.md note: CHANGELOG.md
files: files:
- /drone/src/target/s0-meter_* - /drone/src/target/s0-meter_*
- /drone/src/bundle/* - /drone/src/bundle/*
checksum: md5 draft: true
prerelease: true # You can change this in Gitea afterwards prerelease: true
draft: true # You can change this in Gitea afterwards
when: when:
event: tag event: tag

View file

@ -1,10 +1,10 @@
# Changelog # Changelog
All changes to s0-meter will be documented here. All changes to s0-meter will be documented here.
## [0.0.2] ## 0.0.2
Rename the project to "s0-meter". Rename the project to "s0-meter".
## [0.0.0] ## 0.0.0
Initial release. Initial release.
### Added ### Added
Everything. :) Everything. :)

2
Cargo.lock generated
View file

@ -1295,7 +1295,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]] [[package]]
name = "s0-meter" name = "s0-meter"
version = "0.0.2" version = "0.0.1"
dependencies = [ dependencies = [
"async-std", "async-std",
"clap", "clap",