Skip to content

Commit

Permalink
fix: template repository should always be on 0.0.0 and without change…
Browse files Browse the repository at this point in the history
…log (at least on git)
  • Loading branch information
robinvandernoord committed May 31, 2023
1 parent c85c7ad commit 4cc53c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions CHANGELOG.md
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-->
2 changes: 1 addition & 1 deletion src/edwh_demo_plugin/__about__.py
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"

0 comments on commit 4cc53c2

Please sign in to comment.