Skip to content

Commit 09eec2d

Browse files
chore(main): release srgn 0.14.3
1 parent d002055 commit 09eec2d

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.2"
2+
".": "0.14.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.14.3](https://github.com/alexpovel/srgn/compare/srgn-v0.14.2...srgn-v0.14.3) (2026-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **fmt:** Run formatting ([6d1c029](https://github.com/alexpovel/srgn/commit/6d1c029cdfec5fdb74e2f0421b2c1a25940580e9))
9+
310
## [0.14.2](https://github.com/alexpovel/srgn/compare/srgn-v0.14.1...srgn-v0.14.2) (2026-02-22)
411

512

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 = "srgn"
3-
version = "0.14.2"
3+
version = "0.14.3"
44
edition = "2024"
55
authors = ["Alex Povel <rust@alexpovel.de>"]
66
description = "A grep-like tool which understands source code syntax and allows for manipulation in addition to search"

0 commit comments

Comments
 (0)