Crates.io | changelog-yaml |
lib.rs | changelog-yaml |
version | 0.0.1 |
source | src |
created_at | 2024-03-18 19:48:24.315044 |
updated_at | 2024-03-18 19:48:24.315044 |
description | generate a changelog from a yaml file |
homepage | |
repository | https://github.com/piot/changelog-yaml-rs |
max_upload_size | |
id | 1178397 |
size | 27,846 |
cargo run < changelog.yaml > CHANGELOG.md
feat
)enhancements
)perf
)removed
in a future release.style
)#[number]
will be replaced with a link to that pull request for that repository, e.g. #1
$[hash]
gets replaced with a link to that specific github hash
@[GithubUsername]
will be replaced with a link to the user, e.g. @piot
-> https://github.com/piot/
[ADMONITION]:[space] text
. Admonition types supported:
Example:
NOTE: This release requires latest firmware update
repo: piot/nimble
repos:
clog:
name: CLog
repo: piot/clog
description: Basic logging
secure-random-c:
name: Secure Random
repo: piot/secure-random-c
description: Multi-platform Secure Random
nimble-client-c:
name: Nimble Client
repo: piot/nimble-client-c
description: Nimble Protocol Client
nimble-server-lib:
name: Nimble Server Library
repo: piot/nimble-server-lib
description: Nimble Server Library
releases:
'v0.0.1-a06':
date: '2023-06-22'
notice: Minor compile fixes for emscripten.
repos:
clog:
fixed:
- use `tc_snprintf` instead of `sprintf` (#1)
secure-random-c:
workaround:
- '`secureRandomUInt64()` on emscripten that only return 0'
'v0.0.1-a05':
date: '2023-06-14'
notice: Hot fixes to alleviate skip ahead problems.
repos:
nimble-engine-client:
changed:
- Increase wait time between each skip ahead attempt
nimble-server-lib:
changed:
- Skip increase forcedStepInRowCounter if client transport connection
is downloading game state