Skip to content

Commit 2c42059

Browse files
committed
Merge remote-tracking branch 'origin/release/0.0.5.0' into develop
2 parents 668ab06 + d72572d commit 2c42059

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ChangeLog.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for patch
22

3-
## Unreleased
3+
## 0.0.5.0 - 2021-12-17
44

55
* New dep of `data-orphans` for old GHC to get instances honestly instead of
66
via `monoidal-containers`.
@@ -16,25 +16,25 @@
1616
There are complete constructor and field patterns too, and everything is
1717
exported under the newtype as real constructors and fields would be.
1818

19-
## 0.0.4.0
19+
## 0.0.4.0 - 2021-04-20
2020

2121
* Enable PolyKinds
2222

23-
## 0.0.3.2
23+
## 0.0.3.2 - 2020-11-06
2424

2525
* Update version bounds
2626

27-
## 0.0.3.1
27+
## 0.0.3.1 - 2020-02-05
2828

2929
* Replace `fromJust` with something easier to debug.
3030

31-
## 0.0.3.0
31+
## 0.0.3.0 - 2020-02-05
3232

3333
* Create `PatchMapWithPatchingMove` variant which supports moves with a patch.
3434

3535
* Create `DecidablyEmpty` subclass of `Monoid`.
3636

37-
## 0.0.2.0
37+
## 0.0.2.0 - 2020-01-17
3838

3939
* Consistently provide:
4040

@@ -46,16 +46,16 @@
4646

4747
for `PatchMap`, `PatchIntMap`, and `PatchMapWithMove`.
4848

49-
## 0.0.1.0
49+
## 0.0.1.0 - 2020-01-09
5050

5151
* Support older GHCs with `split-these` flag.
5252

5353
* Additional instances for the `Group` class for basic types.
5454

55-
## 0.0.0.1
55+
## 0.0.0.1 - 2020-01-08
5656

5757
* Remove unneeded dependencies
5858

59-
## 0.0.0.0
59+
## 0.0.0.0 - 2020-01-08
6060

6161
* Extract patching functionality from Reflex.

patch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: patch
2-
Version: 0.0.4.0
2+
Version: 0.0.5.0
33
Synopsis: Data structures for describing changes to other data structures.
44
Description:
55
Data structures for describing changes to other data structures.

0 commit comments

Comments
 (0)