Skip to content

Commit

Permalink
chore(main): release srgn 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel-ci-machine[bot] authored and alexpovel committed Oct 19, 2024
1 parent 1b27825 commit de9b03e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.2"
".": "0.13.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srgn"
version = "0.13.2"
version = "0.13.3"
edition = "2021"
authors = ["Alex Povel <rust@alexpovel.de>"]
description = "A grep-like tool which understands source code syntax and allows for manipulation in addition to search"
Expand Down

0 comments on commit de9b03e

Please sign in to comment.