From 9d8032f79cda019178f01295cc1ebd8c255ca817 Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Fri, 11 Jul 2025 16:27:56 -0500 Subject: [PATCH] chore(main): release 0.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e81f0c7..3e93bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/tnunamak/rstring/compare/v0.4.1...v0.4.2) (2025-07-11) + + +### Bug Fixes + +* honor --no-gitignore flag for git filtering ([#13](https://github.com/tnunamak/rstring/issues/13)) ([438397c](https://github.com/tnunamak/rstring/commit/438397ca3ce06bd1abd763fad1048f18f3bef41e)) + ## [0.4.1](https://github.com/tnunamak/rstring/compare/v0.4.0...v0.4.1) (2025-06-13) diff --git a/setup.py b/setup.py index a7c80ed..fcd2e8d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="rstring", - version="0.4.1", + version="0.4.2", author="Tim Nunamaker", author_email="tim.nunamaker@gmail.com", description="A tool to stringify code using rsync filtering",