version 0.2.6
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Cadey Ratio 2020-06-01 00:14:32 -04:00
parent 02353705b1
commit 7d09c0dee0
4 changed files with 7 additions and 3 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.2.6
A fix from @kivikakk to remove the use of RefCells in markdown parsing
## 0.2.5
CD fix

View File

@ -1,6 +1,6 @@
[package]
name = "gitea-release"
version = "0.2.5"
version = "0.2.6"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"

View File

@ -29,7 +29,7 @@ To use this as a drone plugin, add the following to your `.drone.yml`:
```yaml
- name: auto-release
image: xena/gitea-release:0.2.5
image: xena/gitea-release:0.2.6
settings:
auth_username: cadey
changelog_path: ./CHANGELOG.md

View File

@ -1 +1 @@
0.2.5
0.2.6