@@ -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
0 commit comments