Skip to content

Commit b61e006

Browse files
committed
release(0.1.0): Update version and CHANGELOG
1 parent f8fde96 commit b61e006

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ All notable changes to this project will be documented in this file.
88

99
### Changes
1010
_Changes of existing functionality_
11-
- Stabilized loading process
1211

1312
### New Features
1413

15-
- Added task dependencies
16-
- Added default tasks
1714

1815
### Bugfixes
1916
_For any bug fixes_
20-
- Fixed tasks and variables help
17+
2118

2219
### Security
2320
_Security vulnerabilities improvements_
@@ -30,11 +27,24 @@ _Other cases_
3027

3128
---
3229

33-
## [v0.0.1](https://github.com/devrc-hub/devrc/releases/tag/v0.0.1) - 2021-XX-XX
30+
## [v0.1.0](https://github.com/devrc-hub/devrc/releases/tag/v0.1.0) - 2021-02-23
3431

3532
### Changes
3633

3734
- Added MVP (minimum viable product) with variables, environment variables and code execution.
38-
- Added shebang support for commands
35+
- Stabilized loading process
36+
37+
### New Features
38+
3939
- All tasks can be listed from command line
40-
- Template engine rendering has been added for variables, environment variables and commands
40+
- Shebang support for commands
41+
- Task dependencies
42+
- Default tasks
43+
- Template engine and variables interpolation are supported
44+
- Environment variables customization
45+
- Command line completion scripts
46+
- devrc supports dotenv files
47+
- Writing task commands in different languages
48+
- Read Devrcfile contents from stdin
49+
- Global and local defined variables and environment variables
50+
- Override variables by command line option

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "devrc"
3-
version = "0.0.1"
4-
authors = ["Alex <[email protected].github.com>"]
3+
version = "0.1.0"
4+
authors = ["Alex <github.com/lispython>"]
55
description = "devrc is an easy to use task automation tool on steroids for developers"
66
edition = "2018"
77
keywords = ["tasks", "automation", "makefile", "command-line"]

0 commit comments

Comments
 (0)