Skip to content

Commit ee45ff6

Browse files
chore(releasing): Prepare 0.30.0 release (#1611)
* chore(deps): change version from 0.29.0 with 0.30.0 * chore(releasing): generate changelog
1 parent 7ab2c55 commit ee45ff6

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
<!-- changelog start -->
66

7+
## [0.30.0 (2026-01-22)]
8+
9+
### Breaking Changes & Upgrade Guide
10+
11+
- The `usage()` method on the `Function` trait is now required. Custom VRL functions must implement this
12+
method to return a `&'static str` describing the function's purpose.
13+
14+
authors: thomasqueirozb (https://github.com/vectordotdev/vrl/pull/1608)
15+
16+
### Fixes
17+
18+
- Corrected the type definition for `format_int` function to return bytes instead of integer.
19+
20+
authors: thomasqueirozb (https://github.com/vectordotdev/vrl/pull/1586)
21+
22+
723
## [0.29.0 (2025-12-11)]
824

925
### Breaking Changes & Upgrade Guide

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vrl"
3-
version = "0.29.0"
3+
version = "0.30.0"
44
authors = ["Vector Contributors <vector@datadoghq.com>"]
55
edition = "2024"
66
license = "MPL-2.0"

changelog.d/1586.fix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/1608.breaking.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)