From de9b03ea8a243d4dd596041ad01fd153d3876d97 Mon Sep 17 00:00:00 2001 From: "alexpovel-ci-machine[bot]" <147921419+alexpovel-ci-machine[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:42:35 +0000 Subject: [PATCH] chore(main): release srgn 0.13.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78640694..c64826c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d55a2b65..cd914dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.3](https://github.com/alexpovel/srgn/compare/srgn-v0.13.2...srgn-v0.13.3) (2024-10-19) + + +### Bug Fixes + +* **files:** Writing new files works across devices ([1b27825](https://github.com/alexpovel/srgn/commit/1b278251f3aaa273b221f9520512a55ab04bd6cc)), closes [#145](https://github.com/alexpovel/srgn/issues/145) + ## [0.13.2](https://github.com/alexpovel/srgn/compare/srgn-v0.13.1...srgn-v0.13.2) (2024-09-27) diff --git a/Cargo.lock b/Cargo.lock index d4f6e55b..83395803 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,7 +1125,7 @@ dependencies = [ [[package]] name = "srgn" -version = "0.13.2" +version = "0.13.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 20c870e7..b959a4ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srgn" -version = "0.13.2" +version = "0.13.3" edition = "2021" authors = ["Alex Povel "] description = "A grep-like tool which understands source code syntax and allows for manipulation in addition to search"