Bump version to 0.1.0

This commit is contained in:
Harald Kube 2021-03-14 21:18:12 +01:00
parent b3f52555b4
commit a2fbb480e6
4 changed files with 6 additions and 25 deletions

View file

@ -45,20 +45,6 @@ steps:
when:
event: tag
# - name: show_results
# image: alpine
# volumes:
# - name: target
# path: /drone/src/target
# commands:
# - ls -l target
# - ls -l target/release
# - ls -l target/armv7-unknown-linux-musleabihf
# - ls -l target/armv7-unknown-linux-musleabihf/release
# - ls -l target
# when:
# event: tag
- name: deploy
image: plugins/gitea-release
volumes:
@ -68,11 +54,12 @@ steps:
api_key:
from_secret: GITEA_TOKEN
base_url: https://git.solarautonomie.de
title: VERSION
title: target/VERSION
note: CHANGELOG.md
files:
- /drone/src/target/s0-meter_*
- /drone/src/bundle/*
checksum: md5
prerelease: true # You can change this in Gitea afterwards
draft: true # You can change this in Gitea afterwards
when:

View file

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

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "s0-meter"
version = "0.0.2"
version = "0.1.0"
authors = ["hk"]
edition = "2018"