Skip to content

Commit bddc786

Browse files
chore(releasing): Prepare 0.28.1 release (#1556)
* chore(deps): change version from 0.28.0 with 0.28.1 * chore(releasing): generate changelog * Fix release number --------- Co-authored-by: Thomas <[email protected]>
1 parent bd10ca0 commit bddc786

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

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

55
<!-- changelog start -->
66

7+
## [0.28.1 (2025-11-07)]
8+
9+
### Fixes
10+
11+
- Fixed an issue where `split_path`, `basename`, `dirname` had not been added to VRL's standard
12+
library and, therefore, appeared to be missing and were inaccessible in the `0.28.0` release.
13+
14+
authors: thomasqueirozb (https://github.com/vectordotdev/vrl/pull/1553)
15+
16+
717
## [0.28.0 (2025-11-03)]
818

919
### 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.28.0"
3+
version = "0.28.1"
44
authors = ["Vector Contributors <[email protected]>"]
55
edition = "2024"
66
license = "MPL-2.0"

changelog.d/1553.fix.md

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

0 commit comments

Comments
 (0)