Skip to content

Commit aae5863

Browse files
committed
chore(build): update git-cliff
1 parent 1ee37a7 commit aae5863

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,7 @@ All notable changes to this project will be documented in this file. See [conven
11821182

11831183
### Features
11841184

1185+
- Support for new `--parseinclude` option in robot config ([dfd88d8](https://github.com/robotcodedev/robotcode/commit/dfd88d87ed08d1065a26eb6f29c1eec6a03272f6))
11851186
- Support for new RF 6.1 `--parse-include` option for discovering and executing tests ([607cf8d](https://github.com/robotcodedev/robotcode/commit/607cf8db2777b5d11db89e830131261d60581b0f))
11861187
- Enable importing and completion of `.rest`, `.rsrc` and `.json` resource extensions (not parsing) ([3df22dd](https://github.com/robotcodedev/robotcode/commit/3df22ddcb703983b56d0756fef29d06cb2960009))
11871188
- Support for importing `.json` files in RF 6.1 ([0f84c4e](https://github.com/robotcodedev/robotcode/commit/0f84c4ec1d9a897aa25ab37fff702f8feea50cf4))
@@ -1203,7 +1204,6 @@ All notable changes to this project will be documented in this file. See [conven
12031204

12041205
### Features
12051206

1206-
- Support for new `--parseinclude` option in robot config ([dfd88d8](https://github.com/robotcodedev/robotcode/commit/dfd88d87ed08d1065a26eb6f29c1eec6a03272f6))
12071207
- Support for new `--parseinclude` option in robot config ([6b84986](https://github.com/robotcodedev/robotcode/commit/6b84986e7109c36b5df81c0ff56f84665a855c6a))
12081208

12091209

hatch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ deploy = ["python scripts/deploy_docs.py"]
164164
[envs.build]
165165
skip-install = true
166166
detached = true
167-
python = "38"
167+
python = "3.8"
168168
dependencies = [
169169
"GitPython",
170170
"semantic-version",
171171
"commitizen",
172-
"git-cliff==1.4.0"
172+
"git-cliff"
173173
]
174174

175175
[envs.build.scripts]

0 commit comments

Comments
 (0)