Skip to content

Commit 71749eb

Browse files
committed
release(0.2.0): Update version and CHANGELOG
1 parent 8b8ea3d commit 71749eb

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ All notable changes to this project will be documented in this file.
99
### Changes
1010
_Changes of existing functionality_
1111

12-
- Changed format for tasks listing
13-
1412
### New Features
1513

16-
- Added task parameters, see #2 (@lispython)
17-
1814
### Bugfixes
1915
_For any bug fixes_
2016

@@ -30,6 +26,16 @@ _Other cases_
3026

3127
---
3228

29+
## [v0.2.0](https://github.com/devrc-hub/devrc/releases/tag/v0.2.0) - 2021-03-03
30+
31+
### Changes
32+
- Changed format for tasks listing
33+
34+
### New Features
35+
36+
- Added task parameters
37+
38+
3339
## [v0.1.0](https://github.com/devrc-hub/devrc/releases/tag/v0.1.0) - 2021-02-23
3440

3541
### Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devrc"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Alex <github.com/lispython>"]
55
description = "devrc is an easy to use task automation tool on steroids for developers"
66
edition = "2018"

0 commit comments

Comments
 (0)