Skip to content

Commit 9756e52

Browse files
authored
docs: update changelog (#45)
Signed-off-by: develop-cs <43383361+develop-cs@users.noreply.github.com>
1 parent af40eea commit 9756e52

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: check-added-large-files
2727
args: [--maxkb=500]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.9.9
29+
rev: v0.11.2
3030
hooks:
3131
- id: ruff
3232
args: [--fix]
@@ -39,7 +39,7 @@ repos:
3939
files: src
4040
additional_dependencies: [pydantic~=2.0]
4141
- repo: https://github.com/gitleaks/gitleaks
42-
rev: v8.24.0
42+
rev: v8.24.2
4343
hooks:
4444
- id: gitleaks
4545
- repo: https://github.com/pypa/pip-audit

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.10.0] - March, 2025
7+
## [0.10.0] - April, 2025
88

99
### Features
1010

1111
* Ability to share values between validation and action functions (#7).
1212
* The `kwargs` parameter of action functions is now optional (only mandatory if you need to access `input_data`).
1313

14+
### Documentation
15+
16+
* How to get input or output data inside an action function.
17+
18+
### Maintenance
19+
20+
* Enable Dependabot.
21+
1422
## [0.9.0] - December, 2024
1523

1624
### Features

0 commit comments

Comments
 (0)