From 8de6f1bca7fe1236ac0fc8838c120ff004b03c7b Mon Sep 17 00:00:00 2001 From: Bot Date: Sun, 3 Nov 2024 12:22:51 +0000 Subject: [PATCH] chore(version): v0.1.0 --- CHANGELOG.md | 16 ---------------- cog.toml | 1 - 2 files changed, 17 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ace68f4..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - -- - - -## v0.1.0 - 2024-11-03 -#### Continuous Integration -- **(cog)** fix from latest tag - (53d6395) - M.Behrendt -- **(workflows)** add basic workflows - (da8afc3) - M.Behrendt -#### Features -- **(poc)** Add initial PoC - (7cd0408) - M.Behrendt -#### Miscellaneous Chores -- add license - (82d7c32) - malte-behrendt - -- - - - -Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file diff --git a/cog.toml b/cog.toml index 76b249e..322a2eb 100644 --- a/cog.toml +++ b/cog.toml @@ -13,7 +13,6 @@ pre_bump_hooks = [ ] post_bump_hooks = [ "git push", - "git push v{{version}}", ] pre_package_bump_hooks = [] post_package_bump_hooks = []