mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-09 12:28:01 -05:00
chore(version): 0.0.1
This commit is contained in:
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal 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).
|
||||
25
cog.toml
25
cog.toml
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user