Skip to content

Commit

Permalink
Prepare for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 3, 2023
1 parent 6318e14 commit 41c7f56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- version: 1.0.2
summary:
date: 2023-10-03
fixed:
- |-
Ensure Dry::Files#inject_line_at_block_bottom to not match false positive closing blocks (@jodosha in #17)
- version: 1.0.1
summary:
date: 2022-11-21
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/files/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Dry
class Files
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end

0 comments on commit 41c7f56

Please sign in to comment.