Skip to content

Commit ed71433

Browse files
committed
0.0.4
1 parent af92225 commit ed71433

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Algorithm-Diff
22

33
{{$NEXT}}
4+
5+
0.0.4 2024-12-29T20:50:57+01:00
46
- Add CI badge for each OS
57
- Modernize pod a bit
68

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
],
2222
"test-depends": [
2323
],
24-
"version": "0.0.3"
24+
"version": "0.0.4"
2525
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ There are five hunks here. The first hunk says that the `a` at position 0 of the
441441

442442
`diff` may be passed an optional third parameter; this is a CODE reference to a key generation function. See [/KEY GENERATION FUNCTIONS](/KEY GENERATION FUNCTIONS).
443443

444-
# Additional parameters, if any, will be passed to the key generation # routine.
444+
Additional parameters, if any, will be passed to the key generation routine.
445445

446446
sdiff
447447
-----
@@ -487,7 +487,7 @@ results in
487487

488488
`sdiff` may be passed an optional third parameter; this is a CODE reference to a key generation function. See [/KEY GENERATION FUNCTIONS](/KEY GENERATION FUNCTIONS).
489489

490-
# Additional parameters, if any, will be passed to the key generation # routine.
490+
Additional parameters, if any, will be passed to the key generation routine.
491491

492492
compact_diff
493493
------------

doc/Algorithm-Diff.rakudoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@ C<diff> may be passed an optional third parameter; this is a CODE
600600
reference to a key generation function. See L</KEY GENERATION
601601
FUNCTIONS>.
602602

603-
# Additional parameters, if any, will be passed to the key generation
604-
# routine.
603+
Additional parameters, if any, will be passed to the key generation
604+
routine.
605605

606606
=head2 sdiff
607607

@@ -663,8 +663,8 @@ C<sdiff> may be passed an optional third parameter; this is a CODE
663663
reference to a key generation function. See L</KEY GENERATION
664664
FUNCTIONS>.
665665

666-
# Additional parameters, if any, will be passed to the key generation
667-
# routine.
666+
Additional parameters, if any, will be passed to the key generation
667+
routine.
668668

669669
=head2 compact_diff
670670

0 commit comments

Comments
 (0)