Skip to content

Commit e2b651a

Browse files
committed
release/0.3.0
1 parent b58c851 commit e2b651a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Types of changes are:
1313
* **Fixed** for any bug fixes.
1414

1515
## [Unreleased]
16+
17+
18+
## [0.3.0] - 2021-12-02
1619
### Added
1720
* Some automatic template variables can now be included: `workspace_project_path` and `workspace_project_name`.
1821

@@ -35,7 +38,8 @@ Types of changes are:
3538
- Use custom templates
3639
- Add plugins containing custom project type adapters
3740

38-
[Unreleased]: https://github.com/jacksmith15/workspace-cli/compare/0.2.0..HEAD
41+
[Unreleased]: https://github.com/jacksmith15/workspace-cli/compare/0.3.0..HEAD
42+
[0.3.0]: https://github.com/jacksmith15/workspace-cli/compare/0.2.0..0.3.0
3943
[0.2.0]: https://github.com/jacksmith15/workspace-cli/compare/0.1.0..0.2.0
4044
[0.1.0]: https://github.com/jacksmith15/workspace-cli/compare/initial..0.1.0
4145

workspace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)