-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: template repository should always be on 0.0.0 and without change…
…log (at least on git)
- Loading branch information
1 parent
c85c7ad
commit 4cc53c2
Showing
2 changed files
with
2 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.1.1 (2023-05-31) | ||
|
||
|
||
## v0.1.0 (2023-05-31) | ||
### Feature | ||
* **demo:** Changed template so less has to be changed when copying repo ([`fad7a3c`](https://github.com/educationwarehouse/edwh-demo-tasks-plugin/commit/fad7a3c1a811b06f0004db9974d472edf0e42858)) | ||
|
||
### Fix | ||
* **urls:** The plugin is now simply called edwh-demo-plugin, but the github repo is not! ([`4a7b13e`](https://github.com/educationwarehouse/edwh-demo-tasks-plugin/commit/4a7b13e6245b93500b24fc48e7497fcaac6a1c08)) | ||
* **template:** Removed 'tasks' so 'demo' can be ctrl-r replaced with the actual plugin name ([`e0ddbe0`](https://github.com/educationwarehouse/edwh-demo-tasks-plugin/commit/e0ddbe098810f8a9fdb32b8d78c646bd7cb4d490)) | ||
* **changelog:** Add placeholder string ([`9dbc19d`](https://github.com/educationwarehouse/edwh-demo-tasks-plugin/commit/9dbc19dfda3b794218270ef94a439c847734ff2c)) | ||
|
||
### Documentation | ||
* **toml:** Change default repo URLs ([`16a0e50`](https://github.com/educationwarehouse/edwh-demo-tasks-plugin/commit/16a0e5066790cf4a7adfc87bc1ec080145883069)) | ||
<!--next-version-placeholder--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2023-present Remco Boerma <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
__version__ = "0.1.1" | ||
__version__ = "0.0.0" |