chore(version): 0.0.1

This commit is contained in:
Hendrik Eeckhaut
2023-12-20 16:28:58 +01:00
parent 5060ac2d87
commit 0d021a8963
2 changed files with 30 additions and 6 deletions

11
CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## [0.0.1](https://github.com/TLSNotary/https://github.com/tlsnotary/proof_viz/compare/d8ff480a4116a53249a40c28d38f2efa10648e42..0.0.1) - 2023-12-20
#### Refactoring
- simplification - ([feb07d4](https://github.com/TLSNotary/https://github.com/tlsnotary/proof_viz/commit/feb07d4136e7e04d0bb1b5808c67ea750736cec4)) - [@heeckhau](https://github.com/heeckhau)
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View File

@@ -1,18 +1,31 @@
branch_whitelist = []
disable_changelog = false
from_latest_tag = false
generate_mono_repository_global_tag = true
ignore_merge_commits = false
post_bump_hooks = []
post_package_bump_hooks = []
pre_bump_hooks = [
"echo {{version}}",
]
pre_package_bump_hooks = []
skip_ci = "[skip ci]"
skip_untracked = false
# post_bump_hooks = [
# "git push",
# "git push origin {{version}}",
# ]
[git_hooks]
[commit_types]
[changelog]
authors = [
{username = "heeckhau", signature = "Hendrik Eeckhaut"},
]
owner = "TLSNotary"
owner = "tlsnotary"
path = "CHANGELOG.md"
remote = "github.com"
repository = "https://github.com/tlsnotary/proof_viz"
repository = "proof_viz"
template = "remote"
[bump_profiles]
[packages]