Skip to content

Commit 7bf3a41

Browse files
v7.0.4
1 parent d9ed828 commit 7bf3a41

File tree

4 files changed

+38
-10
lines changed

4 files changed

+38
-10
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1+
- commits:
2+
- subject: Update dependency yaml to v2.2.2 [SECURITY]
3+
hash: c45c2ddd4a63c22271514d0f97e2c92f5b16f0e7
4+
body: |
5+
Update yaml from 2.1.3 to 2.2.2
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Self-hosted Renovate Bot
10+
version: 7.0.4
11+
title: ""
12+
date: 2024-04-08T17:48:30.328Z
113
- commits:
214
- subject: Fail changelog generation if not authorized
315
hash: 38775a199ed9826f8c22ec8ef46ca5302d9af600
416
body: >
517
By default the `curl` command will not return an error reponse for non
618
7-
2xx HTTP response. This change adds the [-f flag](https://curl.se/docs/manpage.html#-f) to
19+
2xx HTTP response. This change adds the [-f
20+
flag](https://curl.se/docs/manpage.html#-f) to
821
922
the pull request query to allow it to fail if authorization fails
1023
@@ -228,7 +241,8 @@
228241
update submodule dependencies like renovatebot.
229242
230243
231-
This commit keeps the legacy behaviour but will extract the version range
244+
This commit keeps the legacy behaviour but will extract the version
245+
range
232246
233247
from git metadata when not provided. This new behaviour can be used by
234248
@@ -977,9 +991,16 @@
977991
body: >-
978992
We are doing more heavy regex processing now.
979993
980-
First the package name is extracted from Cargo.toml. It is located in the `[package]` section of Cargo.toml. The package name is used for detecting the proper `version = "..."` definition in Cargo.lock. Cargo.lock is generated automatically, so `version` always follows `name`, and the code takes advantage of that fact for simplification purposes.
994+
First the package name is extracted from Cargo.toml. It is located in
995+
the `[package]` section of Cargo.toml. The package name is used for
996+
detecting the proper `version = "..."` definition in Cargo.lock.
997+
Cargo.lock is generated automatically, so `version` always follows
998+
`name`, and the code takes advantage of that fact for simplification
999+
purposes.
9811000
982-
The proper `version = "..."` definition in Cargo.toml is inside the `[package]` section, so the regex looks for first occurrence after `[package]`.
1001+
The proper `version = "..."` definition in Cargo.toml is inside the
1002+
`[package]` section, so the regex looks for first occurrence after
1003+
`[package]`.
9831004
footers:
9841005
change-type: patch
9851006
connects-to: "#101"
@@ -1119,7 +1140,8 @@
11191140
body: >-
11201141
Connects to #42.
11211142
1122-
Added debug module so stack trace will only be output when running with DEBUG=* or DEBUG=versionist.
1143+
Added debug module so stack trace will only be output when running with
1144+
DEBUG=* or DEBUG=versionist.
11231145
footers:
11241146
change-type: patch
11251147
hash: 56ed543a1c6824d408692f6b1efa0d3f9beb4aab
@@ -1168,7 +1190,8 @@
11681190
body: >-
11691191
The hash of the commit is retrieved by git, and parsed from the yaml,
11701192
1171-
and passed through as part of the commit object to the configuration file.
1193+
and passed through as part of the commit object to the configuration
1194+
file.
11721195
11731196
Tests have also been changed to reflect the new output, and some
11741197

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v7.0.4
8+
## (2024-04-08)
9+
10+
* Update dependency yaml to v2.2.2 [SECURITY] [Self-hosted Renovate Bot]
11+
712
# v7.0.3
813
## (2023-10-30)
914

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "versionist",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"main": "bin/versionist.js",
55
"description": "Flexible CHANGELOG generation toolkit that adapts to your commit conventions",
66
"homepage": "https://github.com/balena-io/versionist",
@@ -60,6 +60,6 @@
6060
}
6161
},
6262
"versionist": {
63-
"publishedAt": "2023-10-30T18:55:11.101Z"
63+
"publishedAt": "2024-04-08T17:48:30.502Z"
6464
}
6565
}

0 commit comments

Comments
 (0)