Skip to content

Commit

Permalink
Version 0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Sep 27, 2020
1 parent 5670fdd commit ca13ee8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for unboxing-vector

## Version 0.2.0.0 (2020-09-27)

- Add coercion functions for mutable vectors.
- Add `Unboxable` instance for several mode types: `Data.Semigroup.Arg`, `Data.Monoid.Alt`, `Data.Functor.Compose`.
- The dependency on mono-traversable can be disabled via a package flag.

## Version 0.1.1.0 (2019-07-01)

- Support older GHC versions.
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: unboxing-vector
version: 0.1.1.0
version: 0.2.0.0
github: "minoki/unboxing-vector"
license: BSD3
author: "ARATA Mizuki <[email protected]>"
maintainer: "ARATA Mizuki <[email protected]>"
copyright: "2019 ARATA Mizuki"
copyright: "2020 ARATA Mizuki"

extra-source-files:
- README.md
Expand Down

0 comments on commit ca13ee8

Please sign in to comment.