Skip to content

Commit

Permalink
bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Mar 31, 2024
1 parent b0b9ab8 commit d16d012
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release_note_en.md
@@ -1,3 +1,7 @@
v0.2.0
======
Mar 31, 2024

+ Fix error occured on Windows when `cat -n < FILE | sponge FILE` was executed
because the shell did not close FILE.
(Just rename once and at least complete the replacement)
Expand Down
4 changes: 4 additions & 0 deletions release_note_ja.md
@@ -1,3 +1,7 @@
v0.2.0
=======
(2024.03.31)

+ Windows で `cat -n < FILE | sponge FILE` 形式で実行した時、シェルが FILE をクローズしていないため、エラーになる不具合を修正
(一旦、リネームだけして、少なくとも差し替えだけは完了させるようにした)
+ 元ファイルを別名で残すオプションを用意(`-b 接尾語`)
Expand Down

0 comments on commit d16d012

Please sign in to comment.