### 0.1.3.1

- Show instance print parens around

### 0.1.3

- Data.RangeSet.Map.member doesn't require Enum

### 0.1.2.0

- Map implementations: `Data.RangeSet.IntMap` and `Data.RangeSet.Map`

### 0.1.1.0

- Add `Semigroup`, `NFData`, `Hashable` and `Typeable` instances

### 0.1.0.0

- Consider API stable

### 0.0.7

- `findMin` & `findMax`

### 0.0.6

- `size`

### 0.0.5

- Export `full`

### 0.0.4

- Complement sets (require `Bounded`), `full` and `complement`

### 0.0.3

- Dependencies update

### 0.0.2

- More quickcheck properties

### 0.0.1

- Initial release